| Mapping Constructor (String, String, String) |
Initializes a new instance of the
Mapping class
Namespace:
Dynamicweb.Frontend.UrlProviders
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public Mapping(
string querystringParameter,
string parameterValue,
string urlName
)
Public Sub New (
querystringParameter As String,
parameterValue As String,
urlName As String
)
Parameters
- querystringParameter
- Type: SystemString
- parameterValue
- Type: SystemString
- urlName
- Type: SystemString
See Also