ViewTemplateUserControl<TModel>.FormattedModelValue Property
Gets the formatted value.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected ReadOnly Property FormattedModelValue As String
Get
protected string FormattedModelValue { get; }
protected:
property String^ FormattedModelValue {
String^ get ();
}
Property Value
Type: System.String
The formatted value.