Update ApiConventionNameMatchBehavior.cs (#17829)
This commit is contained in:
parent
4310fa72f7
commit
49fd4ced63
|
|
@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer
|
||||||
public enum ApiConventionNameMatchBehavior
|
public enum ApiConventionNameMatchBehavior
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Matches any name. Use this if the parameter or method name does not need to be matched.
|
/// Matches any name. Use this if the parameter does not need to be matched.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Any,
|
Any,
|
||||||
|
|
||||||
|
|
@ -36,4 +36,4 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Suffix,
|
Suffix,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue