다음을 통해 공유


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

속성 값

적용 대상