Show / Hide Table of Contents

Class DnnHelper<TModel>

Inheritance
object
DnnHelper
DnnHelper<TModel>
Inherited Members
DnnHelper.LocalizeString(string)
DnnHelper.DnnCssInclude(string)
DnnHelper.DnnCssInclude(string, int)
DnnHelper.DnnCssInclude(string, FileOrder.Css)
DnnHelper.DnnCssInclude(string, int, string)
DnnHelper.DnnCssInclude(string, int, string, string, string)
DnnHelper.DnnJsInclude(string)
DnnHelper.DnnJsInclude(string, int)
DnnHelper.DnnJsInclude(string, FileOrder.Js)
DnnHelper.DnnJsInclude(string, int, string)
DnnHelper.DnnJsInclude(string, int, string, string, string)
DnnHelper.JavaScriptLibraryInclude(string)
DnnHelper.JavaScriptLibraryInclude(string, Version)
DnnHelper.JavaScriptLibraryInclude(string, Version, SpecificVersion)
DnnHelper.ActiveModule
DnnHelper.ActivePage
DnnHelper.PortalSettings
DnnHelper.RouteCollection
DnnHelper.User
DnnHelper.ViewBag
DnnHelper.ViewContext
DnnHelper.ViewDataContainer
DnnHelper.DnnPage
DnnHelper.LocalResourceFile
DnnHelper.ModuleContext
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Mvc.Helpers
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public class DnnHelper<TModel> : DnnHelper
Type Parameters
Name Description
TModel

Constructors

DnnHelper(ViewContext, IViewDataContainer)

Declaration
public DnnHelper(ViewContext viewContext, IViewDataContainer viewDataContainer)
Parameters
Type Name Description
ViewContext viewContext
IViewDataContainer viewDataContainer

DnnHelper(ViewContext, IViewDataContainer, RouteCollection)

Declaration
public DnnHelper(ViewContext viewContext, IViewDataContainer viewDataContainer, RouteCollection routeCollection)
Parameters
Type Name Description
ViewContext viewContext
IViewDataContainer viewDataContainer
RouteCollection routeCollection

Properties

ViewData

Declaration
public ViewDataDictionary<TModel> ViewData { get; }
Property Value
Type Description
ViewDataDictionary<TModel>

Extension Methods

DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, IDictionary<string, object>)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, object)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, string)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, string, IDictionary<string, object>)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, string, object)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, string, string)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, string, string, IDictionary<string, object>)
DnnLabelExtensions.LabelFor<TModel, TValue>(DnnHelper<TModel>, Expression<Func<TModel, TValue>>, string, string, object)
DnnLabelExtensions.Label<TModel>(DnnHelper<TModel>, string, string, string)
DnnLabelExtensions.Label<TModel>(DnnHelper<TModel>, string, string, string, IDictionary<string, object>)
DnnLabelExtensions.Label<TModel>(DnnHelper<TModel>, string, string, string, object)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS