C# Класс RunningObjects.Core.Html.LabelExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
LabelFor ( this html, Member member, string labelText, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, Parameter parameter ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, Parameter parameter, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, System.Property property ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, System.Property property, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
LabelFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString
TextFor ( this html, Member property ) : System.Web.Mvc.MvcHtmlString
TextFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString

Приватные методы

Метод Описание
GetMetadata ( Member member ) : ModelMetadata
ResolveText ( Member member, ModelMetadata metadata, string defaultText = null ) : string

Описание методов

LabelFor() публичный статический Метод

public static LabelFor ( this html, Member member, string labelText, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
member Member
labelText string
htmlAttributes object
Результат System.Web.Mvc.MvcHtmlString

LabelFor() публичный статический Метод

public static LabelFor ( this html, Parameter parameter ) : System.Web.Mvc.MvcHtmlString
html this
parameter Parameter
Результат System.Web.Mvc.MvcHtmlString

LabelFor() публичный статический Метод

public static LabelFor ( this html, Parameter parameter, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
parameter Parameter
htmlAttributes object
Результат System.Web.Mvc.MvcHtmlString

LabelFor() публичный статический Метод

public static LabelFor ( this html, System.Property property ) : System.Web.Mvc.MvcHtmlString
html this
property System.Property
Результат System.Web.Mvc.MvcHtmlString

LabelFor() публичный статический Метод

public static LabelFor ( this html, System.Property property, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
property System.Property
htmlAttributes object
Результат System.Web.Mvc.MvcHtmlString

LabelFor() публичный статический Метод

public static LabelFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString
html this
descriptor System.ComponentModel.PropertyDescriptor
Результат System.Web.Mvc.MvcHtmlString

TextFor() публичный статический Метод

public static TextFor ( this html, Member property ) : System.Web.Mvc.MvcHtmlString
html this
property Member
Результат System.Web.Mvc.MvcHtmlString

TextFor() публичный статический Метод

public static TextFor ( this html, PropertyDescriptor descriptor ) : System.Web.Mvc.MvcHtmlString
html this
descriptor System.ComponentModel.PropertyDescriptor
Результат System.Web.Mvc.MvcHtmlString