C# Class web.Infrastructure.RenderPartialViewToStringExtensions

Afficher le fichier Open project: daxko/dashboard

Méthodes publiques

Méthode Description
RenderPartialViewToString ( this controller ) : string
RenderPartialViewToString ( this controller, object model ) : string
RenderPartialViewToString ( this controller, string viewName ) : string
RenderPartialViewToString ( this controller, string viewName, object model ) : string

Method Details

RenderPartialViewToString() public static méthode

public static RenderPartialViewToString ( this controller ) : string
controller this
Résultat string

RenderPartialViewToString() public static méthode

public static RenderPartialViewToString ( this controller, object model ) : string
controller this
model object
Résultat string

RenderPartialViewToString() public static méthode

public static RenderPartialViewToString ( this controller, string viewName ) : string
controller this
viewName string
Résultat string

RenderPartialViewToString() public static méthode

public static RenderPartialViewToString ( this controller, string viewName, object model ) : string
controller this
viewName string
model object
Résultat string