HttpResponseBase.ContentType Свойство

Определение

Получает или задает MIME-тип HTTP текущего ответа.

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

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

MIME-тип HTTP текущего ответа.

Исключения

Всегда.

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