Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IFileProviderFactory

    Factory for creating Microsoft.Extensions.FileProviders.IFileProvider instances.

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

    Methods

    View Source

    Create()

    Creates a new Microsoft.Extensions.FileProviders.IFileProvider instance.

    Declaration
    IFileProvider? Create()
    Returns
    Type Description
    IFileProvider

    The newly created Microsoft.Extensions.FileProviders.IFileProvider instance (or null if not supported).

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX