Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EndpointMetadata

Inheritance
System.Object
EndpointMetadata
Namespace: EPiServer.Web.Routing.Matching.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3
Syntax
public class EndpointMetadata : Object

Constructors

EndpointMetadata()

Declaration
public EndpointMetadata()

Properties

Endpoint

Declaration
public Endpoint Endpoint { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Http.Endpoint

RouteValues

Declaration
public IDictionary<string, string> RouteValues { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Extension Methods