Show / Hide Table of Contents

Class ModuleDelegatingViewEngine

Inheritance
object
ModuleDelegatingViewEngine
Implements
IViewEngine
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Mvc.Framework
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public class ModuleDelegatingViewEngine : IViewEngine

Constructors

ModuleDelegatingViewEngine()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public ModuleDelegatingViewEngine()

ModuleDelegatingViewEngine(IHostSettings)

Declaration
public ModuleDelegatingViewEngine(IHostSettings hostSettings)
Parameters
Type Name Description
IHostSettings hostSettings

Methods

FindPartialView(ControllerContext, string, bool)

Declaration
public ViewEngineResult FindPartialView(ControllerContext controllerContext, string partialViewName, bool useCache)
Parameters
Type Name Description
ControllerContext controllerContext
string partialViewName
bool useCache
Returns
Type Description
ViewEngineResult

FindView(ControllerContext, string, string, bool)

Declaration
public ViewEngineResult FindView(ControllerContext controllerContext, string viewName, string masterName, bool useCache)
Parameters
Type Name Description
ControllerContext controllerContext
string viewName
string masterName
bool useCache
Returns
Type Description
ViewEngineResult

ReleaseView(ControllerContext, IView)

Declaration
public void ReleaseView(ControllerContext controllerContext, IView view)
Parameters
Type Name Description
ControllerContext controllerContext
IView view

Implements

System.Web.Mvc.IViewEngine

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS