IActionHttpMethodProvider Interface¶
- Namespace
Microsoft.AspNetCore.Mvc.Routing- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public interface IActionHttpMethodProvider
-
interface
Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider
Properties¶
-
Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider.HttpMethods¶ Return type: System.Collections.Generic.IEnumerable<System.String> IEnumerable<string> HttpMethods { get; }
-