PerRouteContainerBase.GetRoutePrefix(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the route prefix
public string GetRoutePrefix (string routeName);
abstract member GetRoutePrefix : string -> string
override this.GetRoutePrefix : string -> string
Public Function GetRoutePrefix (routeName As String) As String
Parameters
- routeName
- String
The route name.
Returns
The route prefix.