AtomFeedActionResult.ContentType Property

 

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