Click or drag to resize

EmbeddedResourcePathProviderInitialize Method

Initializes the VirtualPathProvider instance.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected override void Initialize()
View Source
Remarks

The set of assemblies configured to provide embedded resource files are queried for EmbeddedResourceFileAttribute attributes. For each one present, the associated embedded resource is added to the virtual file system served by this provider.

See Also