VirtualDirectoryMapping Constructor (String, Boolean, String)

 

Creates a new instance of the VirtualDirectoryMapping class based on supplied parameters.

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

Public Sub New (
	physicalDirectory As String,
	isAppRoot As Boolean,
	configFileBaseName As String
)

Parameters

physicalDirectory
Type: System.String

A string value that specifies the absolute path to a physical directory.

isAppRoot
Type: System.Boolean

A Boolean value that indicates whether the virtual directory is the application root of the Web application.

configFileBaseName
Type: System.String

The name of the configuration file.

.NET Framework
Available since 2.0
Return to top
Show: