Class Bootstrapper

Inheritance
System.Object
Bootstrapper
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.UI
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class Bootstrapper : IBootstrapper

Constructors

Bootstrapper()

Declaration
public Bootstrapper()

Bootstrapper(IViewManager, ModuleTable, IClientResourceService)

Declaration
public Bootstrapper(IViewManager viewManager, ModuleTable modules, IClientResourceService clientResourceService)
Parameters
Type Name Description
IViewManager viewManager
ModuleTable modules
IClientResourceService clientResourceService

Properties

BootstrapperViewName

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

Methods

CreateViewModel(String, ControllerContext, String)

Declaration
public 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

Implements

Extension Methods