Interface IUmbracoEndpointBuilderContext
A builder to allow encapsulating the enabled routing features in Umbraco
Namespace: Umbraco.Cms.Web.Common.ApplicationBuilder
Assembly: Umbraco.Web.Common.dll
Syntax
public interface IUmbracoEndpointBuilderContext : IUmbracoApplicationBuilderServices
Properties
View SourceEndpointRouteBuilder
Declaration
IEndpointRouteBuilder EndpointRouteBuilder { get; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Routing.IEndpointRouteBuilder |