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