HttpRequestWrapper.ContentType Свойство

Определение

Возвращает или задает тип контента MIME запроса.

public:
 virtual property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public override string ContentType { get; set; }
member this.ContentType : string with get, set
Public Overrides Property ContentType As String

Значение свойства

Тип контента MIME запроса, например text/html.

Применяется к