Class RuntimeMinifierExtensions
Inheritance
System.Object
Namespace: Umbraco.Extensions
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public static class RuntimeMinifierExtensions
Methods
View SourceGetScriptForLoadingBackOfficeAsync(IRuntimeMinifier, GlobalSettings, IHostingEnvironment, IManifestParser)
Returns the JavaScript to load the back office's assets
Declaration
public static async Task<string> GetScriptForLoadingBackOfficeAsync(this IRuntimeMinifier minifier, GlobalSettings globalSettings, IHostingEnvironment hostingEnvironment, IManifestParser manifestParser)
Parameters
Type | Name | Description |
---|---|---|
IRuntime |
minifier | |
Global |
globalSettings | |
IHosting |
hostingEnvironment | |
IManifest |
manifestParser |
Returns
Type | Description |
---|---|
Task<System. |