Skip to content

Commit 42627e5

Browse files
author
billal mesloub
authored
Merge pull request #44 from zeynepozturkmen/wade-pickett/test-commit-suggestion
Test commit suggestions with minor fix.
2 parents 9365665 + 28e37ac commit 42627e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/razor-pages/razor-pages-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ Visit the Contact page at either its ordinary route, `/Contact`, or the custom r
499499

500500
## Page model action conventions
501501

502-
The default page model provider that implements <xref:Microsoft.AspNetCore.Mvc.ApplicationModels.IPageApplicationModelProvider> invokes conventions which are designed to provide extensibility points for configuring page models. These conventions are useful when building and modifying page discovery and processing scenarios.
502+
The default page model provider that implements <xref:Microsoft.AspNetCore.Mvc.ApplicationModels.IPageApplicationModelProvider> invokes conventions that are designed to provide extensibility points for configuring page models. These conventions are useful when building and modifying page discovery and processing scenarios.
503503

504504
For the examples in this section, the sample app uses an `AddHeaderAttribute` class, which is a <xref:Microsoft.AspNetCore.Mvc.Filters.ResultFilterAttribute>, that applies a response header:
505505

0 commit comments

Comments
 (0)