Gets the content value to negotiate and 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
OkNegotiatedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top