C# Class Disco.Web.Extensions.PartialCompiledHtmlExtensions

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode 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

Méthode Description
RenderPartialCompiledInternal ( this htmlHelper, Type viewType, object model, TextWriter writer ) : void

Method Details

PartialCompiled() public static méthode

public static PartialCompiled ( this htmlHelper, Type viewType ) : System.Web.HtmlString
htmlHelper this
viewType System.Type
Résultat System.Web.HtmlString

PartialCompiled() public static méthode

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

RenderPartialCompiled() public static méthode

public static RenderPartialCompiled ( this htmlHelper, Type viewType ) : void
htmlHelper this
viewType System.Type
Résultat void

RenderPartialCompiled() public static méthode

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