PackWebRequest.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 Content-type
HTTP 标头。
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
属性值
标头的内容。
注解
请注意,包 URI 协议不会处理除统一资源标识符 (URI) 以外的请求中的信息。 对于大多数用途 ((例如确定) POST 信息的类型),此属性没有用处。
ContentType 如果请求从 PackageStore 缓存解析,则返回空字符串。
属性 ContentType 与内部 WebRequest (GetInnerRequest) 共享。