A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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