DisplayNameExtensions クラス

定義

表示名を取得するメカニズムを提供します。

public static class DisplayNameExtensions
type DisplayNameExtensions = class
Public Module DisplayNameExtensions
継承
DisplayNameExtensions

メソッド

DisplayName(HtmlHelper, String)

表示名を取得します。

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

モデルの表示名を取得します。

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

モデルの表示名を取得します。

DisplayNameForModel(HtmlHelper)

モデルの表示名を取得します。

適用対象