C# Class Disco.Web.Extensions.PartialCompiledHtmlExtensions

显示文件 Open project: garysharp/Disco

Public Methods

Method Description
PartialCompiled ( this htmlHelper, Type viewType ) : System.Web.HtmlString
PartialCompiled ( this htmlHelper, Type viewType, object model ) : System.Web.HtmlString
RenderPartialCompiled ( this htmlHelper, Type viewType ) : void
RenderPartialCompiled ( this htmlHelper, Type viewType, object model ) : void

Private Methods

Method Description
RenderPartialCompiledInternal ( this htmlHelper, Type viewType, object model, TextWriter writer ) : void

Method Details

PartialCompiled() public static method

public static PartialCompiled ( this htmlHelper, Type viewType ) : System.Web.HtmlString
htmlHelper this
viewType System.Type
return System.Web.HtmlString

PartialCompiled() public static method

public static PartialCompiled ( this htmlHelper, Type viewType, object model ) : System.Web.HtmlString
htmlHelper this
viewType System.Type
model object
return System.Web.HtmlString

RenderPartialCompiled() public static method

public static RenderPartialCompiled ( this htmlHelper, Type viewType ) : void
htmlHelper this
viewType System.Type
return void

RenderPartialCompiled() public static method

public static RenderPartialCompiled ( this htmlHelper, Type viewType, object model ) : void
htmlHelper this
viewType System.Type
model object
return void