Show / Hide Table of Contents

Class MvcHostControl

Inheritance
object
MvcHostControl
MvcSettingsControl
Implements
IActionable
Namespace: DotNetNuke.Web.Mvc
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public class MvcHostControl : ModuleControlBase, IActionable

Constructors

MvcHostControl()

Declaration
public MvcHostControl()

MvcHostControl(string)

Declaration
public MvcHostControl(string controlKey)
Parameters
Type Name Description
string controlKey

Properties

ExecuteModuleImmediately

Declaration
protected bool ExecuteModuleImmediately { get; set; }
Property Value
Type Description
bool

ModuleActions

Declaration
public ModuleActionCollection ModuleActions { get; }
Property Value
Type Description
ModuleActionCollection

Methods

ExecuteModule()

Declaration
protected void ExecuteModule()

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e

Implements

IActionable

Extension Methods

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