Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IBasePathFileProvider

Defines a Microsoft.Extensions.FileProviders.IFileProvider that serves content under a specified base path

Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
public interface IBasePathFileProvider : IFileProvider

Properties

BasePath

The virtual base path that the specific file provider handles

Declaration
string BasePath { get; }
Property Value
Type Description
System.String

Extension Methods