Click or drag to resize

EmbeddedResourceProviderGetDirectory Method

Gets a virtual directory from the virtual file system.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override VirtualDirectory GetDirectory(
	string virtualDir
)
View Source

Parameters

virtualDir  String
The path to the virtual directory.

Return Value

VirtualDirectory
A descendant of the VirtualDirectory class that represents a directory in the virtual file system.
See Also