Udostępnij za pośrednictwem


DisplayNameExtensions.DisplayNameFor Metoda

Definicja

Przeciążenia

DisplayNameFor<TModel,TValue>(HtmlHelper<IEnumerable<TModel>>, Expression<Func<TModel,TValue>>)

Pobiera nazwę wyświetlaną modelu.

DisplayNameFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>)

Pobiera nazwę wyświetlaną modelu.

DisplayNameFor<TModel,TValue>(HtmlHelper<IEnumerable<TModel>>, Expression<Func<TModel,TValue>>)

Pobiera nazwę wyświetlaną modelu.

public static System.Web.Mvc.MvcHtmlString DisplayNameFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<System.Collections.Generic.IEnumerable<TModel>> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression);
static member DisplayNameFor : System.Web.Mvc.HtmlHelper<seq<'Model>> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function DisplayNameFor(Of TModel, TValue) (html As HtmlHelper(Of IEnumerable(Of TModel)), expression As Expression(Of Func(Of TModel, TValue))) As MvcHtmlString

Parametry typu

TModel

Typ modelu.

TValue

Typ wartości.

Parametry

html
HtmlHelper<IEnumerable<TModel>>

Wystąpienie pomocnika HTML, które rozszerza ta metoda.

expression
Expression<Func<TModel,TValue>>

Wyrażenie identyfikujące obiekt, który zawiera nazwę wyświetlaną.

Zwraca

Nazwa wyświetlana modelu.

Dotyczy

DisplayNameFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>)

Pobiera nazwę wyświetlaną modelu.

public static System.Web.Mvc.MvcHtmlString DisplayNameFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression);
static member DisplayNameFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function DisplayNameFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue))) As MvcHtmlString

Parametry typu

TModel

Typ modelu.

TValue

Typ wartości.

Parametry

html
HtmlHelper<TModel>

Wystąpienie pomocnika HTML, które rozszerza ta metoda.

expression
Expression<Func<TModel,TValue>>

Wyrażenie identyfikujące obiekt, który zawiera nazwę wyświetlaną.

Zwraca

Nazwa wyświetlana modelu.

Dotyczy