HttpResponseBase.Charset 属性
定义
获取或设置当前响应的 HTTP 字符集。Gets or sets the HTTP character set of the current response.
public:
virtual property System::String ^ Charset { System::String ^ get(); void set(System::String ^ value); };
public virtual string Charset { get; set; }
member this.Charset : string with get, set
Public Overridable Property Charset As String
属性值
当前响应的 HTTP 字符集。The HTTP character set of the current response.
例外
始终。Always.