Dynamicweb 8 Documentation
Mapping Constructor(String,String,String)

The querystring parameter.
The parameter value.
Name of the URL.
Initializes a new instance of the Mapping class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal querystringParameter As String, _ 
   ByVal parameterValue As String, _ 
   ByVal urlName As String _ 
)
public Mapping( 
   string querystringParameter,
   string parameterValue,
   string urlName 
)

Parameters

querystringParameter
The querystring parameter.
parameterValue
The parameter value.
urlName
Name of the URL.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Mapping Class
Mapping Members
Overload List

Send Feedback