次の方法で共有


ApiDescriptionProviderContext.Actions プロパティ

定義

アクションの一覧。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^> ^ Actions { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor> Actions { get; }
member this.Actions : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>
Public ReadOnly Property Actions As IReadOnlyList(Of ActionDescriptor)

プロパティ値

適用対象