Router.AppAssembly 屬性

定義

取得或設定應該搜尋符合 URI 之元件的元件。

public:
 property System::Reflection::Assembly ^ AppAssembly { System::Reflection::Assembly ^ get(); void set(System::Reflection::Assembly ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public System.Reflection.Assembly AppAssembly { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
[Microsoft.AspNetCore.Components.EditorRequired]
public System.Reflection.Assembly AppAssembly { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.AppAssembly : System.Reflection.Assembly with get, set
[<Microsoft.AspNetCore.Components.Parameter>]
[<Microsoft.AspNetCore.Components.EditorRequired>]
member this.AppAssembly : System.Reflection.Assembly with get, set
Public Property AppAssembly As Assembly

屬性值

屬性

適用於