HttpResponseBase.Charset Proprietà

Definizione

Ottiene o imposta il set di caratteri HTTP della risposta corrente.

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

Valore della proprietà

String

Set di caratteri HTTP della risposta corrente.

Eccezioni

Si applica a