次の方法で共有


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)

プロパティ値

適用対象