Constructor RouteOptions
RouteOptions(string?)
Initializes a new instance of the RouteOptions class with the specified anchor.
Declaration
public RouteOptions(string? anchor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | anchor | The anchor for the route. |