0 out of 4 rated this helpful - Rate this topic

ContentResult::ContentType Property

Gets or sets the type of the content.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public:
property String^ ContentType {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The type of the content.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.