Share via


TemplateInfo.FormattedModelValue Property

 

Gets or sets the formatted model value.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

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

Property Value

Type: System.Object

The formatted model value.

See Also

TemplateInfo Class
System.Web.Mvc Namespace

Return to top