Skip to content

Commit 307795f

Browse files
authored
Add cross-link to base path coverage (dotnet#17027)
1 parent 4e89adc commit 307795f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aspnetcore/blazor/components.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Use a base-relative path (`/`) to refer to the project root for a static asset:
6868

6969
Tilde-slash notation (`~/`) used in web apps is **not** supported in Razor components.
7070

71+
For information on setting an app's base path, see <xref:host-and-deploy/blazor/index#app-base-path>.
72+
7173
## Tag Helpers aren't supported in components
7274

7375
[Tag Helpers](xref:mvc/views/tag-helpers/intro) aren't supported in Razor components (*.razor* files). To provide Tag Helper-like functionality in Blazor, create a component with the same functionality as the Tag Helper and use the component instead.

0 commit comments

Comments
 (0)