Interface IBootstrapper

Namespace: EPiServer.Shell.Web.Mvc
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IBootstrapper

Properties

BootstrapperViewName

Declaration
string BootstrapperViewName { get; }
Property Value
Type Description
System.String

Methods

CreateViewModel(String, ControllerContext, String)

Declaration
BootstrapperViewModel CreateViewModel(string viewName, ControllerContext context, string moduleName)
Parameters
Type Name Description
System.String viewName
System.Web.Mvc.ControllerContext context
System.String moduleName
Returns
Type Description
BootstrapperViewModel

Extension Methods