Interface IRoutePrefix
Defines a route prefix.
public interface IRoutePrefix
Properties
Prefix
Gets the route prefix.
string Prefix { get; }
Property Value
- string
The route prefix.
Defines a route prefix.
public interface IRoutePrefix
Gets the route prefix.
string Prefix { get; }
The route prefix.