Initial URL for BlazorWebView #28968
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #28965
cc: @mkArtakMSFT ... I can see that Surayya did the PR ... I'll ping for review.
Notes:
Do we want to use this language to describe the default start path? ...
... because I'm not aware if it's possible for these apps to have a different base path. I'll modify to your best choice of language there.
Just FYI ... Across the Hybrid docs, we use the approach for setting properties on a
BlazorWebView
that the tutorials adopt. In the case where the dev is looking at the XAML markup code, we show the setting on the element, not via the designer property tools. In the WinForms case, we set those properties in C#, so that's what we place here. We assume the reader used our tutorials, so we assume they'll work with the properties across the docs the same way as the tutorials have them work with them. Just letting you know. This is subject to change later perhaps, but this is the approach we're using thus far.