Page.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置与页关联的 HttpResponse 对象的 HTTP MIME 类型。
protected:
property System::String ^ ContentType { void set(System::String ^ value); };
public:
property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
protected string ContentType { set; }
[System.ComponentModel.Browsable(false)]
public string ContentType { get; set; }
member this.ContentType : string
[<System.ComponentModel.Browsable(false)>]
member this.ContentType : string with get, set
Protected Property ContentType As String
Public Property ContentType As String
属性值
与当前页关联的 HTTP MIME 类型。
- 属性
注解
在大多数情况下,请勿在代码中设置此属性。
ContentType
使用 .aspx 文件中的 @ Page 指令设置 属性。 请求页面时,动态生成的类将设置 属性。