AttributeRouteEntries Class

Namespace
Microsoft.AspNetCore.Mvc.Internal
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public class AttributeRouteEntries
class Microsoft.AspNetCore.Mvc.Internal.AttributeRouteEntries

Properties

Microsoft.AspNetCore.Mvc.Internal.AttributeRouteEntries.InboundEntries
Return type:System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry>
public List<InboundRouteEntry> InboundEntries { get; }
Microsoft.AspNetCore.Mvc.Internal.AttributeRouteEntries.OutboundEntries
Return type:System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry>
public List<OutboundRouteEntry> OutboundEntries { get; }