Search Results for

    Show / Hide Table of Contents
    View Source

    Class TypeFinderConfig

    TypeFinder config via appSettings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Composing
    Assembly: Umbraco.Core.dll
    Syntax
    public class TypeFinderConfig : ITypeFinderConfig

    Constructors

    View Source

    TypeFinderConfig(IOptions<TypeFinderSettings>)

    Declaration
    public TypeFinderConfig(IOptions<TypeFinderSettings> settings)
    Parameters
    Type Name Description
    IOptions<TypeFinderSettings> settings

    Properties

    View Source

    AssembliesAcceptingLoadExceptions

    Declaration
    public IEnumerable<string> AssembliesAcceptingLoadExceptions { get; }
    Property Value
    Type Description
    IEnumerable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TypeFinderConfig(IOptions<TypeFinderSettings>)
    • Properties
      • AssembliesAcceptingLoadExceptions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX