IProxyStateLookup.TryGetRoute(String, RouteModel) 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.
Retrieves a specific route by id, if present.
public bool TryGetRoute(string id, out Yarp.ReverseProxy.Model.RouteModel? route);
abstract member TryGetRoute : string * RouteModel -> bool
Public Function TryGetRoute (id As String, ByRef route As RouteModel) As Boolean
Parameters
- id
- String
- route
- RouteModel