Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IFileProviderFactory

    Factory for creating instances.

    Namespace: Umbraco.Cms.Core.IO
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IFileProviderFactory

    Methods

    View Source

    Create()

    Creates a new instance.

    Declaration
    IFileProvider? Create()
    Returns
    Type Description
    System.Nullable<IFileProvider>

    The newly created instance (or null if not supported).

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Create()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX