The ViewResult<T> generic type exposes the following members.

Name | Description | |
---|---|---|
![]() | Error |
An error message if one occured.
|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
|
![]() | Message |
An optional message returned by the server or the client
|
![]() | Rows |
The results of the query if successful as a IEnumerable<T> |
![]() | StatusCode |
The HTTP Status Code for the request
|
![]() | Success |
True if the request was successful
|
![]() | TotalRows |
The total number of rows.
|
![]() | Values |
Returns the value of each element within the Rows property as a IEnumerable<T>.
|
