Show / Hide Table of Contents

Class DnnWebViewPage

Inheritance
object
DnnWebViewPage
Namespace: DotNetNuke.Web.Mvc.Framework
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public abstract class DnnWebViewPage : WebViewPage

Constructors

DnnWebViewPage()

Declaration
protected DnnWebViewPage()

Properties

Dnn

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

Html

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

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