Method | Description | |
---|---|---|
ConfigureContainer ( ServiceConfigurationContext context ) : void | ||
Initialize ( InitializationEngine context ) : void | ||
Preload ( string parameters ) : void | ||
Uninitialize ( InitializationEngine context ) : void |
Method | Description | |
---|---|---|
MapCatalogRoute ( RouteCollection routes ) : void |
Configure default routing for EPiServer Commerce catalog content TODO: If you want to remove the name of the catalog from the url, set the Catalog:RemoveCatalogFromUrl appSetting to true |
public ConfigureContainer ( ServiceConfigurationContext context ) : void | ||
context | ServiceConfigurationContext | |
return | void |
public Initialize ( InitializationEngine context ) : void | ||
context | InitializationEngine | |
return | void |
public Uninitialize ( InitializationEngine context ) : void | ||
context | InitializationEngine | |
return | void |