C# Class BigPipe.Helpers.RendererHelper

Afficher le fichier Open project: JMPerez/BigPipe

Méthodes publiques

Méthode Description
RenderActionToString ( this helper, HttpRequest request, string controller, string action ) : string
RenderPartialToString ( this html, string viewName, object viewData ) : string

Renders a view to string.

RenderViewToString ( this controller, string viewName, object viewData ) : string

Renders a view to string.

Private Methods

Méthode Description
RenderViewToString ( ControllerContext context, string viewName, object viewData ) : string

Method Details

RenderActionToString() public static méthode

public static RenderActionToString ( this helper, HttpRequest request, string controller, string action ) : string
helper this
request System.Web.HttpRequest
controller string
action string
Résultat string

RenderPartialToString() public static méthode

Renders a view to string.
public static RenderPartialToString ( this html, string viewName, object viewData ) : string
html this
viewName string
viewData object
Résultat string

RenderViewToString() public static méthode

Renders a view to string.
public static RenderViewToString ( this controller, string viewName, object viewData ) : string
controller this
viewName string
viewData object
Résultat string