5 references to ApiConventionMethodAttribute
Microsoft.AspNetCore.Mvc.Core (5)
ApiConventionMethodAttribute.cs (2)
15
/// <see cref="
ApiConventionMethodAttribute
"/> can be used to specify an exact convention method that applies
24
/// Initializes an <see cref="
ApiConventionMethodAttribute
"/> instance using <paramref name="conventionType"/> and
ApiExplorer\ApiConventionResult.cs (2)
35
var
apiConventionMethodAttribute = method.GetCustomAttribute<
ApiConventionMethodAttribute
>(inherit: true);
ApplicationModels\ApiConventionApplicationModelConvention.cs (1)
13
/// <item><description><see cref="ApiConventionResult"/> from applied <see cref="ApiConventionTypeAttribute"/> or <see cref="
ApiConventionMethodAttribute
"/>.</description></item>