MvcInputControl.Format Property
Gets or sets the input format for the control.
Namespace: Microsoft.Web.Mvc.Controls
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public string Format { get; set; }
public:
property String^ Format {
String^ get();
void set(String^ value);
}
member Format : string with get, set
Public Property Format As String
Property Value
Type: System.String
The input format for the control.
See Also
MvcInputControl Class
Microsoft.Web.Mvc.Controls Namespace
Return to top