Show / Hide Table of Contents

Class HtmlEditorExtensions

Inheritance
object
HtmlEditorExtensions
Inherited Members
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 static class HtmlEditorExtensions

Methods

Editor(DnnHtmlHelper, string)

Declaration
public static MvcHtmlString Editor(this DnnHtmlHelper html, string expression)
Parameters
Type Name Description
DnnHtmlHelper html
string expression
Returns
Type Description
MvcHtmlString

Editor(DnnHtmlHelper, string, object)

Declaration
public static MvcHtmlString Editor(this DnnHtmlHelper html, string expression, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper html
string expression
object additionalViewData
Returns
Type Description
MvcHtmlString

Editor(DnnHtmlHelper, string, string)

Declaration
public static MvcHtmlString Editor(this DnnHtmlHelper html, string expression, string templateName)
Parameters
Type Name Description
DnnHtmlHelper html
string expression
string templateName
Returns
Type Description
MvcHtmlString

Editor(DnnHtmlHelper, string, string, object)

Declaration
public static MvcHtmlString Editor(this DnnHtmlHelper html, string expression, string templateName, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper html
string expression
string templateName
object additionalViewData
Returns
Type Description
MvcHtmlString

Editor(DnnHtmlHelper, string, string, string)

Declaration
public static MvcHtmlString Editor(this DnnHtmlHelper html, string expression, string templateName, string htmlFieldName)
Parameters
Type Name Description
DnnHtmlHelper html
string expression
string templateName
string htmlFieldName
Returns
Type Description
MvcHtmlString

Editor(DnnHtmlHelper, string, string, string, object)

Declaration
public static MvcHtmlString Editor(this DnnHtmlHelper html, string expression, string templateName, string htmlFieldName, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper html
string expression
string templateName
string htmlFieldName
object additionalViewData
Returns
Type Description
MvcHtmlString

EditorForModel(DnnHtmlHelper)

Declaration
public static MvcHtmlString EditorForModel(this DnnHtmlHelper html)
Parameters
Type Name Description
DnnHtmlHelper html
Returns
Type Description
MvcHtmlString

EditorForModel(DnnHtmlHelper, object)

Declaration
public static MvcHtmlString EditorForModel(this DnnHtmlHelper html, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper html
object additionalViewData
Returns
Type Description
MvcHtmlString

EditorForModel(DnnHtmlHelper, string)

Declaration
public static MvcHtmlString EditorForModel(this DnnHtmlHelper html, string templateName)
Parameters
Type Name Description
DnnHtmlHelper html
string templateName
Returns
Type Description
MvcHtmlString

EditorForModel(DnnHtmlHelper, string, object)

Declaration
public static MvcHtmlString EditorForModel(this DnnHtmlHelper html, string templateName, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper html
string templateName
object additionalViewData
Returns
Type Description
MvcHtmlString

EditorForModel(DnnHtmlHelper, string, string)

Declaration
public static MvcHtmlString EditorForModel(this DnnHtmlHelper html, string templateName, string htmlFieldName)
Parameters
Type Name Description
DnnHtmlHelper html
string templateName
string htmlFieldName
Returns
Type Description
MvcHtmlString

EditorForModel(DnnHtmlHelper, string, string, object)

Declaration
public static MvcHtmlString EditorForModel(this DnnHtmlHelper html, string templateName, string htmlFieldName, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper html
string templateName
string htmlFieldName
object additionalViewData
Returns
Type Description
MvcHtmlString

EditorFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>)

Declaration
public static MvcHtmlString EditorFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TValue>> expression
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TValue

EditorFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, object)

Declaration
public static MvcHtmlString EditorFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TValue>> expression
object additionalViewData
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TValue

EditorFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string)

Declaration
public static MvcHtmlString EditorFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string templateName)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TValue>> expression
string templateName
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TValue

EditorFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string, object)

Declaration
public static MvcHtmlString EditorFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string templateName, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TValue>> expression
string templateName
object additionalViewData
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TValue

EditorFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string, string)

Declaration
public static MvcHtmlString EditorFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string templateName, string htmlFieldName)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TValue>> expression
string templateName
string htmlFieldName
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TValue

EditorFor<TModel, TValue>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, string, string, object)

Declaration
public static MvcHtmlString EditorFor<TModel, TValue>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, string templateName, string htmlFieldName, object additionalViewData)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TValue>> expression
string templateName
string htmlFieldName
object additionalViewData
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TValue
Back to top by the community, for the community... #DNNCMS