Show / Hide Table of Contents

Interface IDnnController

Namespace: DotNetNuke.Web.Mvc.Framework.Controllers
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public interface IDnnController : IController

Properties

ControllerContext

Declaration
ControllerContext ControllerContext { get; }
Property Value
Type Description
ControllerContext

DnnPage

Declaration
Page DnnPage { get; set; }
Property Value
Type Description
Page

LocalResourceFile

Declaration
string LocalResourceFile { get; set; }
Property Value
Type Description
string

ModuleActions

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

ModuleContext

Declaration
ModuleInstanceContext ModuleContext { get; set; }
Property Value
Type Description
ModuleInstanceContext

ResultOfLastExecute

Declaration
ActionResult ResultOfLastExecute { get; }
Property Value
Type Description
ActionResult

Url

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

ValidateRequest

Declaration
bool ValidateRequest { get; set; }
Property Value
Type Description
bool

ViewEngineCollectionEx

Declaration
ViewEngineCollection ViewEngineCollectionEx { get; set; }
Property Value
Type Description
ViewEngineCollection

Methods

LocalizeString(string)

Declaration
string LocalizeString(string key)
Parameters
Type Name Description
string key
Returns
Type Description
string

Extension Methods

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