TemplateInfo.FormattedModelValue プロパティ

定義

書式指定済みのモデル値を取得または設定します。

public:
 property System::Object ^ FormattedModelValue { System::Object ^ get(); void set(System::Object ^ value); };
public object FormattedModelValue { get; set; }
member this.FormattedModelValue : obj with get, set
Public Property FormattedModelValue As Object

プロパティ値

書式指定済みのモデル値。

注釈

テンプレート内で HTML ヘルパーを使用する場合、問題を回避するために戻 null ることはありません。 それ以外の場合、ヘルパーは、目的の Model プロパティではなく、'ViewDataDictionary' 内の要素を検索できます。

適用対象