ControllerParameterDescriptor 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 eylem yönteminin yöntem parametreleri için tanımlayıcı.
public ref class ControllerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class ControllerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IParameterInfoParameterDescriptor
public class ControllerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class ControllerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptor
type ControllerParameterDescriptor = class
inherit ParameterDescriptor
type ControllerParameterDescriptor = class
inherit ParameterDescriptor
interface IParameterInfoParameterDescriptor
Public Class ControllerParameterDescriptor
Inherits ParameterDescriptor
Public Class ControllerParameterDescriptor
Inherits ParameterDescriptor
Implements IParameterInfoParameterDescriptor
- Devralma
- Uygulamalar
Oluşturucular
ControllerParameterDescriptor() |
Bir eylem yönteminin yöntem parametreleri için tanımlayıcı. |
Özellikler
BindingInfo |
parametresi için öğesini BindingInfo alır veya ayarlar. (Devralındığı yer: ParameterDescriptor) |
Name |
Parametre adını alır veya ayarlar. (Devralındığı yer: ParameterDescriptor) |
ParameterInfo |
öğesini alır veya ayarlar ParameterInfo. |
ParameterType |
Parametresinin türünü alır veya ayarlar. (Devralındığı yer: ParameterDescriptor) |