Interface IBootstrapper

Provides bootstrapper view name

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

Properties

BootstrapperViewName

Gets the name of the bootstrapper view.

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

The name of the bootstrapper view.

Methods

CreateViewModel(String, ControllerContext, String)

Creates the view model.

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

Name of the view.

System.Web.Mvc.ControllerContext context

The context.

System.String moduleName

The name of the shell module to startup

Returns
Type Description
BootstrapperViewModel