View Source
Class ManifestParser
Parses the Main.js file and replaces all tokens accordingly.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ManifestParser : IManifestParser
Constructors
View Source
ManifestParser(AppCaches, ManifestValueValidatorCollection, ManifestFilterCollection, ILogger<ManifestParser>, IIOHelper, IHostingEnvironment, IJsonSerializer, ILocalizedTextService, IShortStringHelper, IDataValueEditorFactory)
Declaration
public ManifestParser(AppCaches appCaches, ManifestValueValidatorCollection validators, ManifestFilterCollection filters, ILogger<ManifestParser> logger, IIOHelper ioHelper, IHostingEnvironment hostingEnvironment, IJsonSerializer jsonSerializer, ILocalizedTextService localizedTextService, IShortStringHelper shortStringHelper, IDataValueEditorFactory dataValueEditorFactory)
Parameters
View Source
ManifestParser(AppCaches, ManifestValueValidatorCollection, ManifestFilterCollection, ILogger<ManifestParser>, IIOHelper, IHostingEnvironment, IJsonSerializer, ILocalizedTextService, IShortStringHelper, IDataValueEditorFactory, IManifestFileProviderFactory)
Declaration
public ManifestParser(AppCaches appCaches, ManifestValueValidatorCollection validators, ManifestFilterCollection filters, ILogger<ManifestParser> logger, IIOHelper ioHelper, IHostingEnvironment hostingEnvironment, IJsonSerializer jsonSerializer, ILocalizedTextService localizedTextService, IShortStringHelper shortStringHelper, IDataValueEditorFactory dataValueEditorFactory, IManifestFileProviderFactory manifestFileProviderFactory)
Parameters
Properties
View Source
AppPluginsPath
Declaration
public string AppPluginsPath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CombinedManifest
Gets all manifests, merged into a single manifest object.
Declaration
public CompositePackageManifest CombinedManifest { get; }
Property Value
Methods
View Source
GetManifests()
Declaration
public IEnumerable<PackageManifest> GetManifests()
Returns
View Source
ParseManifest(String)
Declaration
public PackageManifest ParseManifest(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns