3 instantiations of Metadata
Mvc.RoutingWebSite (3)
Controllers\ConventionalControllerWithMetadata.cs (1)
11[Metadata("C")]
StartupForRouteGroupsWithMetadata.cs (2)
41.WithMetadata(new MetadataAttribute("A")) 47.WithMetadata(new MetadataAttribute("B"));
1 reference to Metadata
Mvc.RoutingWebSite (1)
Controllers\ConventionalControllerWithMetadata.cs (1)
14return Ok(HttpContext.GetEndpoint().Metadata.GetOrderedMetadata<MetadataAttribute>().Select(m => m.Value));