HttpRequestBase..::..ContentType Property

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public string ContentType { get; set; }
Public Property ContentType As String
	Get
	Set
public:
property String^ ContentType {
	String^ get ();
	void set (String^ value);
}