HttpResponseWrapper::Charset Property

 

Gets or sets the HTTP character set of the current response.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Charset {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The HTTP character set of the current response.

.NET Framework
Available since 3.5
Return to top
Show: