Click or drag to resize

EmbeddedResourcePathProviderGetFile Method

Gets a virtual file from the virtual file system.

Namespace: GSF.Web.Hosting
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
A descendent of the VirtualFile class that represents a file in the virtual file system.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if virtualPath is .
ArgumentOutOfRangeException Thrown if virtualPath is Empty.
See Also