UseWebApiActionConventionsAttribute Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir denetleyicide öznitelik yolları olmayan eylemlerin Web API yönlendirme kuralları ASP.NET kullandığını gösterir.
public ref class UseWebApiActionConventionsAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiActionConventions
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiActionConventionsAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiActionConventions
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiActionConventionsAttribute = class
inherit Attribute
interface IUseWebApiActionConventions
Public Class UseWebApiActionConventionsAttribute
Inherits Attribute
Implements IUseWebApiActionConventions
- Devralma
-
UseWebApiActionConventionsAttribute
- Öznitelikler
- Uygulamalar
Oluşturucular
UseWebApiActionConventionsAttribute() |
Bir denetleyicide öznitelik yolları olmayan eylemlerin Web API yönlendirme kuralları ASP.NET kullandığını gösterir. |