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

Interface IContentRouteFeature

An Microsoft.AspNetCore.Http.HttpContext.Features item that gives infomration about the routed content for the current request

Namespace: EPiServer.Web.Routing.Matching
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public interface IContentRouteFeature

Properties

RoutedContentData

Infomration of current routed content.

Declaration
ContentRouteData RoutedContentData { get; }
Property Value
Type Description
ContentRouteData

Extension Methods