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