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

属性值

属性

适用于