JsonResult<T>.Encoding Property
Gets the content encoding.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public Encoding Encoding { get; }
public:
property Encoding^ Encoding {
Encoding^ get();
}
member Encoding : Encoding with get
Public ReadOnly Property Encoding As Encoding
Property Value
Type: System.Text.Encoding
The content encoding.
See Also
JsonResult<T> Class
System.Web.Http.Results Namespace
Return to top