ViewComponentResult.Arguments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定提供給檢視元件的引數。
public:
property System::Object ^ Arguments { System::Object ^ get(); void set(System::Object ^ value); };
public object Arguments { get; set; }
public object? Arguments { get; set; }
member this.Arguments : obj with get, set
Public Property Arguments As Object