Template Documentation
ViewExtensions Class |
Class to declare all the extension functions for the MVC app
Inheritance Hierarchy
Namespace: Template.Web.Commons.Utils
Assembly: Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ViewExtensions
The ViewExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
RenderToString |
Returns the PartialView render as String
|
See Also