Commit Graph

663 Commits (cf276fea83008acf2d1493cd8584b8966b9d6df2)

Author SHA1 Message Date
Kirk Larkin 16e1054e36 RP page for testing the Polymorphic Model-Binder. (#14212)
* RP page for testing the Polymorphic Model-Binder.

* Fixed typo in Polymorphic Model-Binder docs.
2019-09-08 12:25:12 -07:00
Pranav K f8537a1f03 DO NOT MERGE OR add COMMITS: Add a sample for polymorphic model binding (#14122)
* Add a sample for polymorphic model binding

* Update custom-model-binding.md (#14187)

* Update custom-model-binding.md

* Add snippet

* Add snippet
2019-09-06 12:17:01 -07:00
Rick Anderson 5df3c11d2c
Update layout.md (#14096) 2019-08-30 17:09:30 -07:00
Kirk Larkin 38236da0da Removed unnecessary explanation of view compilation in Areas. (#14001) 2019-08-24 18:21:27 -04:00
Tom Dykstra 0a34538a98 reassign (#13961) 2019-08-22 11:46:35 -04:00
Rick Anderson 17e95b4fd6
Update app-parts.md (#13923) 2019-08-20 14:25:58 -04:00
Peter Kellner 27ce90bbf9 Missing string append plus sign (#13904) 2019-08-18 19:56:43 -05:00
David Pine 769d8c6ae7 Removed images that are not referenced anywhere. (#13804) 2019-08-17 10:20:41 -05:00
Luke Latham 94109ed582
Fix typo (#13858) 2019-08-16 06:06:51 -05:00
Rick Anderson f6be96b5b6
Update th-components.md (#13825)
* Update th-components.md

* Update th-components.md
2019-08-14 10:57:18 -04:00
Ivar Nesje 47ec946e52 Add some hints on how to use tag helpers and areas together (#13522)
* Mention that _ViewImports.cshtml might belong in root when using areas

* minor edits

* fix invalid xref
2019-08-07 10:06:22 -05:00
Luke Latham 9f093fdb0b
Razor syntax updates (#13524) 2019-08-05 14:42:25 -05:00
Adriano Godoy 7f9538e53e Updates testing.md fixing the sample code link (#13638) 2019-08-03 16:56:44 -05:00
Jacob Bundgaard 79a08f56bc Format Razor example in overview as cshtml (#13383) 2019-08-01 06:49:51 -05:00
Luke Latham cfcbfd97b7
Layout topic update (#13550) 2019-07-30 05:47:06 -05:00
Rick Anderson bca11635b9
Update view-components.md (#13540)
* Update view-components.md

* Update view-components.md

* Update view-components.md
2019-07-29 10:20:29 -07:00
Luke Latham 4033f77f63
Blazor attribute splatting and CaptureUnmatchedParameters (#13460) 2019-07-24 06:42:44 -05:00
Luke Latham f7d1e81dc6
Revert "Expand built-in filters tasks description (#13358)" (#13368)
This reverts commit 4bf397d52b.
2019-07-17 13:16:36 -05:00
Dmitriy Aflitonov 4bf397d52b Expand built-in filters tasks description (#13358) 2019-07-17 06:26:11 -05:00
Dmitriy Aflitonov e7c54941d9 Make description consistent (#13260)
Make the description of IsReusable property of ServiceFilterAttribute and ServiceFilterAttribute consistent
2019-07-12 11:17:54 -06:00
Theano Petersen 80c03f0a00 Fixed missed and new items on CATS retest 7-11-19 (#13249) 2019-07-11 11:52:10 -07:00
Theano Petersen c969928dbe fix http to https (#13241) 2019-07-10 19:36:05 -07:00
Theano Petersen 6da4a8c004 Fix metadata issues from CATS report 6-21-19 (#13238)
* fix internal links

* fix bookmark links

* fix metadata
2019-07-10 17:45:22 -07:00
Theano Petersen 7d10936ada Fix broken links from CATS report 6-21-19 (#13237) 2019-07-10 15:43:56 -07:00
Natalie Akam 12c71c9f3b Fix nameof arguments in User model (#13216) 2019-07-10 14:56:12 -06:00
speedcodenet 7706cd44d7 Fixed spelling mistake (#13223)
mutliple -> multiple
2019-07-10 09:26:38 -05:00
Rick Anderson bb878baddc
Update model-binding.md (#13212) 2019-07-09 19:54:17 -06:00
Luke Latham 337aa2e7b3 Testing controllers sample update to 2.2 (#13155)
* Testing controllers update to 2.2

* Version topic
2019-07-08 09:35:09 -05:00
Pranav K 2f3b938ebe Remove PreserveCompilationContext requirement (#12973)
* Remove PreserveCompilationContext requirement

* Update view-compilation.md

* minor edits
2019-06-20 17:20:11 -05:00
Luke Latham 7fc1e203cc
Document @ directives (#12762) 2019-06-12 13:55:32 -05:00
Ajay Bhargav Baaskaran 2cf3468f3d Update blazor docs to reflect directive attributes changes (#12756) 2019-06-12 13:29:16 -05:00
Scott Addie eb79fc3f45
Mention the Partial method for producing a PartialViewResult (#12790)
* Mention the Partial method for producing a PartialViewResult

* Minor tweaks

* Update sample project to 2.2

* Revert wording change

* Simplify code snippet

* Revert code snippet change

* Fix code snippet dev lang
2019-06-12 11:50:08 -05:00
Kanadily, Esam Abdulmajeed ca66ee7907 Update partial.md (#12746)
The sentence "An analogous capability is planned for Razor Pages in ASP.NET Core 2.2" is outdated.
2019-06-10 15:05:53 -05:00
Scott Addie c77e455367
Razor syntax patch (#12787) 2019-06-10 15:04:05 -05:00
Scott Addie e8af02d632
Simplify Razor snippet (#12781) 2019-06-10 13:49:00 -05:00
Rick Anderson 07d01d4259 Revert "Document @ directives (#12750)" (#12757)
This reverts commit 5f8262bab3.
2019-06-08 08:46:39 -05:00
Ryan Brandenburg 5f8262bab3
Document @ directives (#12750)
Document @ directives
2019-06-07 15:54:38 -07:00
Tom Dykstra fb4f991c87 Model binding doc updates (#12462)
* draft of rewrite

* show how to make cusom val prov first

* correct errors

* more corrections

* fix typo

* more small fixes

* dict int,string to string,string

* feedback

* feedback

* fix links

* feedback

* feedback

* clean up sample app

* convert inline code to snippet refs

* acrolinx

* fix snippet

* changes that were accidentally not saved

* proofread fixes

* corrections

* use asp-for

* fix date

* feedback
2019-06-06 09:43:46 -05:00
Tom Dykstra a5a35ecc89
[Remote] attribute requirements (#12632) 2019-06-01 14:37:08 -07:00
Ben McCallum 97a5f25033 Fix typo (#12595) 2019-05-30 09:28:50 -05:00
Rick Anderson 56c920733c
filters update (#12421)
* filters update

* filters update

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2019-05-24 12:16:57 -10:00
Luke Latham 0e456958ec File uploads in Custom Model Binding topic (#12426)
* File uploads in Custom Model Binding topic

* React to feedback

* Drop Linq using
2019-05-18 16:17:04 -10:00
Luke Latham 669a5fe172
Surface Razor Components in View Components topic (#12412) 2019-05-14 12:55:03 -05:00
Rick Anderson f603e04127
update Author TH (#12394)
* update Author TH

* update Author TH

* update Author TH

* update Author TH

* update Author TH

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

Co-Authored-By: reZach <reZach@users.noreply.github.com>

* Update aspnetcore/mvc/views/tag-helpers/authoring.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update authoring.md
2019-05-14 07:27:39 -10:00
Stamo Gochev ec7ccd863e Update view-compilation.md (#12397) 2019-05-14 10:43:48 -05:00
Scott Addie 91a4b25d7c
Razor Pages areas doc patch (#12368) 2019-05-10 12:37:02 -05:00
Henrik Walker Moe 0cc288b642 Adds a simpler example for view-injection (#12337)
* Adds an example for injecting configuration

* Change formatting for appsettings-file

* Update dependency-injection.md

* Update dependency-injection.md
2019-05-09 11:37:35 -10:00
Kirk Larkin bb05b407b3 Fixed line highlight. (#12335)
* Fixed line highlight.

* Update view-compilation.md
2019-05-08 10:44:55 -10:00
Mauricio de los Santos ec9776e093 C86836: Adding double spaces at the end of lines to avoid broken content (#12307) 2019-05-06 15:46:02 -05:00
Mauricio de los Santos 5057c0d346 C80832: Adding two spaces at the end of a line (#12199)
* C80832: Adding two spaces at the end of a line

Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: missing spaces are breaking formatting on loc pages
@guardrex

* Update
2019-05-06 10:34:46 -05:00