Class BackOfficeWebAssets
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class BackOfficeWebAssets
Constructors
BackOfficeWebAssets(IRuntimeMinifier, IManifestParser, PropertyEditorCollection, IHostingEnvironment, IOptions<GlobalSettings>, CustomBackOfficeAssetsCollection)
Declaration
public BackOfficeWebAssets(IRuntimeMinifier runtimeMinifier, IManifestParser parser, PropertyEditorCollection propertyEditorCollection, IHostingEnvironment hostingEnvironment, IOptions<GlobalSettings> globalSettings, CustomBackOfficeAssetsCollection customBackOfficeAssetsCollection)
Parameters
Type |
Name |
Description |
IRuntimeMinifier |
runtimeMinifier |
|
IManifestParser |
parser |
|
PropertyEditorCollection |
propertyEditorCollection |
|
IHostingEnvironment |
hostingEnvironment |
|
IOptions<GlobalSettings> |
globalSettings |
|
CustomBackOfficeAssetsCollection |
customBackOfficeAssetsCollection |
|
Fields
UmbracoCoreJsBundleName
Declaration
public const string UmbracoCoreJsBundleName = "umbraco-backoffice-js"
Field Value
Type |
Description |
System.String |
|
UmbracoCssBundleName
Declaration
public const string UmbracoCssBundleName = "umbraco-backoffice-css"
Field Value
Type |
Description |
System.String |
|
UmbracoExtensionsJsBundleName
Declaration
public const string UmbracoExtensionsJsBundleName = "umbraco-backoffice-extensions-js"
Field Value
Type |
Description |
System.String |
|
UmbracoInitCssBundleName
Declaration
public const string UmbracoInitCssBundleName = "umbraco-backoffice-init-css"
Field Value
Type |
Description |
System.String |
|
UmbracoNonOptimizedPackageCssBundleName
Declaration
public const string UmbracoNonOptimizedPackageCssBundleName = "umbraco-backoffice-non-optimized-css"
Field Value
Type |
Description |
System.String |
|
UmbracoNonOptimizedPackageJsBundleName
Declaration
public const string UmbracoNonOptimizedPackageJsBundleName = "umbraco-backoffice-non-optimized-js"
Field Value
Type |
Description |
System.String |
|
UmbracoPreviewCssBundleName
Declaration
public const string UmbracoPreviewCssBundleName = "umbraco-preview-css"
Field Value
Type |
Description |
System.String |
|
UmbracoPreviewJsBundleName
Declaration
public const string UmbracoPreviewJsBundleName = "umbraco-preview-js"
Field Value
Type |
Description |
System.String |
|
UmbracoTinyMceJsBundleName
Declaration
public const string UmbracoTinyMceJsBundleName = "umbraco-tinymce-js"
Field Value
Type |
Description |
System.String |
|
UmbracoUpgradeCssBundleName
Declaration
public const string UmbracoUpgradeCssBundleName = "umbraco-authorize-upgrade-css"
Field Value
Type |
Description |
System.String |
|
Methods
CreateBundles()
Declaration
public void CreateBundles()
GetIndependentPackageBundleName(ManifestAssets, AssetType)
Declaration
public static string GetIndependentPackageBundleName(ManifestAssets manifestAssets, AssetType assetType)
Parameters
Type |
Name |
Description |
ManifestAssets |
manifestAssets |
|
AssetType |
assetType |
|
Returns
Type |
Description |
System.String |
|