C# Class ArmedCards.Web.Extensions.ArmedCardsController

Class to always provide Render Partial View to String inside controllers
Inheritance: Controller
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
RenderPartialToString ( string viewName, object model ) : string

Render a partial view to a string

Method Details

RenderPartialToString() public méthode

Render a partial view to a string
public RenderPartialToString ( string viewName, object model ) : string
viewName string The view name
model object The view model
Résultat string