Class AspNetCoreRouteDetails
Inheritance
System.Object
AspNetCoreRouteDetails
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class AspNetCoreRouteDetails : object, IRouteDetails
Properties
|
Edit this page
View Source
Consumes
Declaration
public IList<string> Consumes { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
HttpMethods
Declaration
public IList<string> HttpMethods { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
Produces
Declaration
public IList<string> Produces { get; set; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
RouteTemplate
Declaration
public string RouteTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements