Class TypeFinderConfig
TypeFinder config via appSettings
Inheritance
object
Namespace: Umbraco.Cms.Core.Composing
Assembly: Umbraco.Core.dll
Syntax
public class TypeFinderConfig : ITypeFinderConfig
Constructors
View SourceTypeFinderConfig(IOptions<TypeFinderSettings>)
Initializes a new instance of the TypeFinderConfig class.
Declaration
public TypeFinderConfig(IOptions<TypeFinderSettings> settings)
Parameters
| Type | Name | Description |
|---|---|---|
| IOptions<TypeFinderSettings> | settings | The type finder settings options. |
Properties
View SourceAssembliesAcceptingLoadExceptions
Gets the collection of assembly names that should accept load exceptions during type scanning.
Declaration
public IEnumerable<string> AssembliesAcceptingLoadExceptions { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |