Anchor: What if asp-page does not exist (#24192)

pull/24193/head
Christopher Yeleighton 2021-12-03 17:55:55 +01:00 committed by GitHub
parent a8a352ef79
commit 9ca29b2126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ The generated HTML:
<a href="/Attendee?attendeeid=10">View Attendee</a>
```
If the referenced page doesn't exist, a link to the main page is generated. No warning is indicated.
### asp-page-handler
The [asp-page-handler](xref:Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper.PageHandler*) attribute is used with Razor Pages. It's intended for linking to specific page handlers.