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