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 IVirtualFileInfo

Signature for a Microsoft.Extensions.FileProviders.IFileInfo that represents a virtual file

Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
public interface IVirtualFileInfo : IFileInfo

Properties

VirtualPath

The virtual path for the file

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

Extension Methods