다음을 통해 공유


ModelAttributes.GetAttributesForType(Type) 메서드

정의

지정된 type에 대한 특성을 가져옵니다.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForType(Type ^ type);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForType (Type type);
static member GetAttributesForType : Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForType (type As Type) As ModelAttributes

매개 변수

type
Type

Type 특성을 확인해야 하는 입니다.

반환

ModelAttributesType특성이 있는 instance.

적용 대상