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