Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

JsonResult<T>::Encoding Property

 

Gets the content encoding.

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

public:
property Encoding^ Encoding {
	Encoding^ get();
}

Property Value

Type: System.Text::Encoding^

The content encoding.

Return to top
Show: