Interface IRouteDetails
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public interface IRouteDetails
Properties
|
Edit this page
View Source
Consumes
Declaration
IList<string> Consumes { get; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
HttpMethods
Declaration
IList<string> HttpMethods { get; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
Produces
Declaration
IList<string> Produces { get; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
RouteTemplate
Declaration
string RouteTemplate { get; }
Property Value
Type |
Description |
System.String |
|