Condividi tramite


UseWebApiRoutesAttribute Classe

Definizione

Indica che il controller si trova nell'area "api".

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
Ereditarietà
UseWebApiRoutesAttribute
Attributi
Implementazioni

Costruttori

UseWebApiRoutesAttribute()

Indica che il controller si trova nell'area "api".

Si applica a