Class RouteOptions
Represents options for a route.
Implements
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public sealed class RouteOptions : IEquatable<RouteOptions>
Constructors
Name | Description |
---|---|
RouteOptions(string?) | Represents options for a route. |
Properties
Name | Description |
---|---|
Anchor | Gets the anchor for the route. |
Empty | Gets an empty route options instance. |
Methods
Name | Description |
---|---|
Equals(RouteOptions?) | Determines whether the specified route is equal to the current route. |
Equals(object?) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
ToString() | Returns a string representation of the route options. |
Operators
Name | Description |
---|---|
operator ==(RouteOptions?, RouteOptions?) | Determines whether two route options are equal. |
operator !=(RouteOptions?, RouteOptions?) | Determines whether two route options are not equal. |