Click or drag to resize

EmbeddedResourcePathProviderFiles Property

Gets the collection of files served by this provider.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public virtual VirtualFileBaseCollection Files { get; }
View Source

Property Value

VirtualFileBaseCollection
A VirtualFileBaseCollection that contains all of the files served by this provider.
See Also