C# Class mobSocial.WebApi.Configuration.ViewEngines.MobSocialRazorProviderViewEngine

Inheritance: System.Web.Mvc.VirtualPathProviderViewEngine
Mostra file Open project: mobsoftware/mobsocial

Public Methods

Method Description
MobSocialRazorProviderViewEngine ( ) : 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

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

MobSocialRazorProviderViewEngine() public method

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