Interface IRouteDetails
public interface IRouteDetails
Properties
Consumes
IList<string> Consumes { get; }
Property Value
HttpMethods
IList<string> HttpMethods { get; }
Property Value
Produces
IList<string> Produces { get; }
Property Value
RouteTemplate
string RouteTemplate { get; }