BlazorWebView.HostPage 속성

정의

애플리케이션의 정적 파일 내에서 호스트 페이지의 경로입니다. wwwroot\index.html)을 입력합니다. Razor 구성 요소를 시작하려면 이 속성을 유효한 값으로 설정해야 합니다.

public:
 property System::String ^ HostPage { System::String ^ get(); void set(System::String ^ value); };
public string HostPage { get; set; }
member this.HostPage : string with get, set
Public Property HostPage As String

속성 값

적용 대상