Click or drag to resize

EmbeddedResourceProviderGetFile Method

Gets a file from the virtual file system.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override VirtualFile GetFile(
	string virtualPath
)
View Source

Parameters

virtualPath  String
The path to the virtual file.

Return Value

VirtualFile
An implementation of the VirtualFile class that represents a file in the virtual file system.
See Also