다음을 통해 공유


BlazorWebView.HostPage 속성

정의

렌더링할 HTML 파일의 경로를 가져오거나 설정합니다.

다음과 같은 파일에 대한 앱 상대 경로입니다. wwwroot\index.html

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

속성 값

적용 대상