VirtualDirectoryMappingCollection.Item Property (String)

 

Gets or sets the VirtualDirectoryMapping object based on the specified virtual directory name.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public VirtualDirectoryMapping this[
	string virtualDirectory
] { get; }

Parameters

virtualDirectory
Type: System.String

A string that contains the name of the VirtualDirectoryMapping object.

.NET Framework
Available since 2.0
Return to top
Show: