FormattedContentResult<T>.Content Property
Gets the content value to format 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
See Also
FormattedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top