SaaS CMS has officially launched! Learn more now.

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