C# Class Q42.Mvc.XsltViewEngine.XsltViewEngine

View engine for using XSLT in MVC.
Inheritance: System.Web.Mvc.VirtualPathProviderViewEngine
Show file Open project: Q42/XsltViewEngine

Public Methods

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

Protected Methods

Method 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 method

public AddExtension ( string namespaceUri, PluginConstructor constructor ) : void
namespaceUri string
constructor PluginConstructor
return void

CreatePartialView() protected method

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
partialPath string
return IView

CreateView() protected method

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

XsltViewEngine() public method

public XsltViewEngine ( ) : System.Collections.Generic
return System.Collections.Generic