RouteInfo Constructor (Uri, String) |
Initializes a new instance of the RouteInfo class.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public RouteInfo(
Uri uri,
string applicationPath
)
Parameters
- uri
- Type: SystemUri
The URI. - applicationPath
- Type: SystemString
The application path. Works with HttpRuntime.AppDomainAppPath.
See Also