Show / Hide Table of Contents

Class HtmlDisplayTextExtensions

Inheritance
object
HtmlDisplayTextExtensions
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 HtmlDisplayTextExtensions

Methods

DisplayText(DnnHtmlHelper, string)

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

DisplayTextFor<TModel, TResult>(DnnHtmlHelper<TModel>, Expression<Func<TModel, TResult>>)

Declaration
public static MvcHtmlString DisplayTextFor<TModel, TResult>(this DnnHtmlHelper<TModel> html, Expression<Func<TModel, TResult>> expression)
Parameters
Type Name Description
DnnHtmlHelper<TModel> html
Expression<Func<TModel, TResult>> expression
Returns
Type Description
MvcHtmlString
Type Parameters
Name Description
TModel
TResult
Back to top by the community, for the community... #DNNCMS