Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content-type header.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public ContentType ContentType { get; }
public:
property ContentType^ ContentType {
ContentType^ get();
}
member ContentType : ContentType with get
Public ReadOnly Property ContentType As ContentType
Property Value
Type: System.Net.Mime.ContentType
The content-type header.
See Also
AtomFeedActionResult Class
Microsoft.Web.Mvc.Resources Namespace
Return to top