Hi
I'm playing around with creating a Razor Module. I remarked that all Helper-Methods are marked the following:
namespace DotNetNuke.Web.Razor.Helpers
[Obsolete("Deprecated in 9.3.2, will be removed in 11.0.0, use Razor Pages instead")]
public class UrlHelper
{
}
Does anyone have information about how to use Razor Pages on a DNN 9.10.2 installation?
Regards, Martin