다음을 통해 공유


ActionConstraintProviderContext.Results 속성

정의

ActionConstraintItem 개체의 목록.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionConstraintItem ^> ^ Results { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionConstraintItem ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem>
Public ReadOnly Property Results As IList(Of ActionConstraintItem)

속성 값

적용 대상