Click or drag to resize

RouteUtilsGetRouteDataByUrl Method

Gets the route data from an URL.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static RouteData GetRouteDataByUrl(
	string url
)

Parameters

url
Type: SystemString

Return Value

Type: RouteData
See Also