HybridWebView.DefaultFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the file within the HybridRoot that should be served as the default file. The
default value is index.html
.
public:
property System::String ^ DefaultFile { System::String ^ get(); void set(System::String ^ value); };
public string? DefaultFile { get; set; }
member this.DefaultFile : string with get, set
Public Property DefaultFile As String
Property Value
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI