Task<string> RenderToStringAsync<TModel>( string view, TModel model, bool isPartial ) where TModel: FireWallReportingModel
Parameters
- view
- The view name.
- model
- The model.
- isPartial
- indicates that the view is a partial view.
Type Parameters
- TModel
- The type of the model.
Return Value
System.Threading.Tasks.Task<System.String>.