Implemented interface member:
property
Template
Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider.Template
1 write to Template
Microsoft.AspNetCore.Mvc.Core (1)
RouteAttribute.cs (1)
23
Template
= template ?? throw new ArgumentNullException(nameof(template));
1 reference to Template
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiDocumentServiceTestsBase.cs (1)
221
Template = action.MethodInfo.GetCustomAttribute<RouteAttribute>()?.
Template
,