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
|
||||
{
|
||||
/// <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>
|
||||
Any,
|
||||
|
||||
|
|
@ -36,4 +36,4 @@ namespace Microsoft.AspNetCore.Mvc.ApiExplorer
|
|||
/// </summary>
|
||||
Suffix,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue