共用方式為


HandlerMethodDescriptor.Parameters 屬性

定義

取得或設定 方法的參數。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerParameterDescriptor ^> ^ Parameters { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerParameterDescriptor ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerParameterDescriptor ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerParameterDescriptor> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerParameterDescriptor> with get, set
Public Property Parameters As IList(Of HandlerParameterDescriptor)

屬性值

適用於