Luke Latham
2b645db62a
File Uploads update to 3.0 ( #14770 )
2019-10-09 06:29:06 -05:00
Kirk Larkin
74de68cff0
Demo RemoteAttribute.AdditionalFields in Validation sample. ( #14932 )
2019-10-08 12:52:58 -10:00
Kirk Larkin
6b06ec7acb
Updated description of always-run vs standard Result Filters. ( #14690 )
2019-10-07 10:50:17 -10:00
Olcay Bayram
009471e34b
Fix in AdditionalFields property sample ( #14732 )
...
The AdditionalFields property of the [Remote] attribute is for the other fields that you want to relate but in the sample code the field is referring to it self as an additional field.
2019-10-03 10:44:27 -10:00
Luke Latham
31ae19f46f
File uploads topic ( #12344 )
2019-10-02 12:52:34 -05:00
Luke Latham
0026cec332
Bookmark update ( #14682 )
2019-09-28 06:52:34 -05:00
Luke Latham
7020a87f43
Update sample package versions to 3.0.0 ( #14660 )
2019-09-27 13:45:45 -05:00
Rick Anderson
5753fa947b
Update link-tag-helper.md
2019-09-24 13:33:35 -10:00
Rick Anderson
d500f11fac
3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0 ( #14456 )
...
* 3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0
* 3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0
* work
* work
* react to feedback
* react to feedback
2019-09-24 13:00:02 -10:00
Rick Anderson
d44e6cc3e8
Link and Script TH ( #12270 )
2019-09-24 10:56:45 -10:00
Luke Latham
b93ab83fb6
Pascal case placeholder names in log strings ( #14508 )
...
* Pascal case placeholder names in log strings
* Updates
2019-09-23 14:11:50 -10:00
Kirk Larkin
5bbb2f5c45
Added output to docs page for Features sample. ( #14507 )
...
* Added output to docs page for Features sample.
* Added a Sample VC.
* Update app-parts.md
2019-09-23 13:00:57 -10:00
Luke Latham
4baf6124e3
MVC Test Controller Logic update to 3.0 ( #14474 )
2019-09-23 07:31:19 -10:00
Rick Anderson
d559577c4e
Update Features article ( #12376 )
...
* Update Features article
* Update Features article
* work
* work
* work
* work
* work
* work
* work
* work
* Update docfx.json (#12414 )
2019-09-22 18:12:05 -10:00
Rick Anderson
3173c08300
Revert "Removed MetadataReferenceFeature from the Application Parts sample. ( #14464 )"
...
This reverts commit 1e63a2e53f
.
2019-09-22 18:06:46 -10:00
Pranav K
5e7108309f
Change polymorphic binding to use ComplexTypeModelBinder ( #14423 )
...
* Change polymorphic binding to use ComplexTypeModelBinder
* Update custom-model-binding.md
* Update custom-model-binding.md
2019-09-22 14:04:38 -10:00
Kirk Larkin
1e63a2e53f
Removed MetadataReferenceFeature from the Application Parts sample. ( #14464 )
...
* Removed MetadataReferenceFeature from the Application Parts sample.
* Removed image files.
* Updated View.
2019-09-22 13:44:12 -10:00
Luke Latham
b294f7cbc1
Add @typeparam ( #14421 )
2019-09-19 22:04:50 -05:00
Tom Pratt
62870871a3
US1591104 Loc Fix - Replace and add examples ( #14311 )
...
* replace and add examples
* Update working-with-forms.md
2019-09-17 19:47:47 -07:00
Scott Addie
a50faa4056
Use dotnetcli dev lang to colorize .NET Core CLI commands ( #14361 )
2019-09-17 16:01:04 -05:00
John Parente
5dbbb8a789
Update partial.md ( #14301 )
2019-09-13 14:03:34 -05:00
Rick Anderson
0a736f6d0c
Update custom-model-binding.md ( #14235 )
2019-09-10 09:17:34 -07:00
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