Show / Hide Table of Contents

Class DnnWebViewPage<TModel>

Inheritance
object
DnnWebViewPage<TModel>
Namespace: DotNetNuke.Web.Mvc.Framework
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public abstract class DnnWebViewPage<TModel> : WebViewPage<TModel>
Type Parameters
Name Description
TModel

Constructors

DnnWebViewPage()

Declaration
protected DnnWebViewPage()

Properties

Dnn

Declaration
public DnnHelper<TModel> Dnn { get; set; }
Property Value
Type Description
DnnHelper<TModel>

Html

Declaration
public DnnHtmlHelper<TModel> Html { get; set; }
Property Value
Type Description
DnnHtmlHelper<TModel>

Url

Declaration
public DnnUrlHelper Url { get; set; }
Property Value
Type Description
DnnUrlHelper

Methods

InitHelpers()

Declaration
public override void InitHelpers()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS