C# Class Q42.Mvc.XsltViewEngine.XsltViewEngine

View engine for using XSLT in MVC.
Inheritance: System.Web.Mvc.VirtualPathProviderViewEngine
Afficher le fichier Open project: Q42/XsltViewEngine

Méthodes publiques

Méthode Description
AddExtension ( string namespaceUri, PluginConstructor constructor ) : void
XsltViewEngine ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Method Details

AddExtension() public méthode

public AddExtension ( string namespaceUri, PluginConstructor constructor ) : void
namespaceUri string
constructor PluginConstructor
Résultat void

CreatePartialView() protected méthode

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
partialPath string
Résultat IView

CreateView() protected méthode

protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
viewPath string
masterPath string
Résultat IView

XsltViewEngine() public méthode

public XsltViewEngine ( ) : System.Collections.Generic
Résultat System.Collections.Generic