HttpResponseWrapper.Charset Propriedade

Definição

Obtém ou define o conjunto de caracteres HTTP da resposta atual.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 override string Charset { get; set; }
member this.Charset : string with get, set
Public Overrides Property Charset As String

Valor da propriedade

String

O conjunto de caracteres HTTP da resposta atual.The HTTP character set of the current response.

Aplica-se a