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

속성 값

특성

적용 대상