Class EndpointMetadata
Inheritance
System.Object
EndpointMetadata
Namespace: EPiServer.Web.Routing.Matching.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3Syntax
public class EndpointMetadata : Object
Constructors
EndpointMetadata()
Declaration
public EndpointMetadata()
Properties
Endpoint
Declaration
public Endpoint Endpoint { get; set; }
Property Value
Type | Description |
---|---|
Microsoft. |
RouteValues
Declaration
public IDictionary<string, string> RouteValues { get; set; }
Property Value
Type | Description |
---|---|
System. |