IPerRouteContainer.GetRoutePrefix(String) Method

Definition

Get the route prefix

public string GetRoutePrefix (string routeName);
abstract member GetRoutePrefix : string -> string
Public Function GetRoutePrefix (routeName As String) As String

Parameters

routeName
String

The route name.

Returns

The route prefix.

Applies to