HttpResponseBase.Charset Propiedad

Definición

Obtiene o establece el juego de caracteres HTTP de la respuesta actual.

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

Valor de propiedad

String

Juego de caracteres HTTP de la respuesta actual.

Excepciones

Se aplica a