UseWebApiRoutesAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the controller is in the "api" area.
public ref class UseWebApiRoutesAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiRoutes
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiRoutesAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiRoutes
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiRoutesAttribute = class
inherit Attribute
interface IUseWebApiRoutes
Public Class UseWebApiRoutesAttribute
Inherits Attribute
Implements IUseWebApiRoutes
- Inheritance
-
UseWebApiRoutesAttribute
- Attributes
- Implements
Constructors
UseWebApiRoutesAttribute() |