Table of Contents

Class AspNetCoreRouteDetails

Namespace
Steeltoe.Management.Endpoint.Mappings
Assembly
Steeltoe.Management.EndpointCore.dll
public class AspNetCoreRouteDetails : IRouteDetails
Inheritance
AspNetCoreRouteDetails
Implements
Inherited Members

Properties

Consumes

public IList<string> Consumes { get; set; }

Property Value

IList<string>

HttpMethods

public IList<string> HttpMethods { get; set; }

Property Value

IList<string>

Produces

public IList<string> Produces { get; set; }

Property Value

IList<string>

RouteTemplate

public string RouteTemplate { get; set; }

Property Value

string