riande@microsoft.com
9070095f66
RC2 update of intro to mvc
2016-05-16 11:30:01 -10:00
danroth27
1c9f5c8342
Fix table formatting
2016-05-16 12:43:38 -07:00
danroth27
76ad77e026
Merge branch 'dev'
2016-05-16 12:16:38 -07:00
RachelAppel
550edeaeb7
aspnet to core migration doc
...
draft 2
refresh
mods
mods
2016-05-16 14:51:24 -04:00
danroth27
093028868d
Update getting started doc with simple hello world tutorial
2016-05-16 07:53:07 -07:00
Aftab Ansari
b6714a4fce
Update static-files.rst
...
Microsoft.AspNet.StaticFiles nuget package name is no where mentioned in Article.
I was looking for help on how to serve static assets from ASP.net Core App. After reading article i get to know all extension method but actual package name could not found anywhere.
I feel we must include this.
Developers will get access to this Middleware if they install this specific nuget package.
2016-05-15 00:40:33 -07:00
Steve Smith
314748247e
Updated Mac tutorial for RC2
2016-05-15 00:25:12 -07:00
danroth27
83281f3f52
Change URI based cross-references to doc style links
2016-05-14 23:54:41 -07:00
danroth27
f8a88cc56c
Cleaned up error list formatting. Added correct ANCM link
2016-05-14 23:44:34 -07:00
Luke Latham
e107475f1d
Update iis.rst for RC2 release
2016-05-14 23:05:23 -07:00
riande@microsoft.com
9b6065a4d2
remove 1st ASP.NET/VS tutorial
2016-05-12 18:16:48 -10:00
Aftab Ansari
61ac26ab81
Update testing.rst
...
typo corrected.
2016-05-12 20:22:32 -07:00
Rick Anderson
5cae5879dc
initial Forms Tag Helpers
2016-05-11 19:10:35 -10:00
riande@microsoft.com
5e64539118
removed @tagHelperPrefix with dbl quotes - updated for RC2
2016-05-11 14:31:55 -10:00
robertdawidziuk
0399b411b1
fixing broken link
...
Link download, test and modify the sample had invalid address.
2016-05-11 12:52:27 +02:00
Janaka Abeywardhana
0c81447272
Fix Dockerfile example to make IP binding work
...
Reflect the fix applied to `generator-aspnet` c96874b887
2016-05-10 22:15:13 -07:00
Adrian Wright
5177bd9948
Update claims.rst
...
Fixed a suspected typo.
2016-05-10 22:06:29 -07:00
Moshe Gutman
ab2fecd08a
Update policies.rst
...
Alcohol was misspelled
2016-05-10 22:04:45 -07:00
Mahmoud Ali
f6c18e283d
Fix validation tag helpers Span tags
2016-05-04 11:52:11 -03:00
RachelAppel
ed6a1f1e7a
Added environment tag helper
2016-05-02 21:03:48 -07:00
aregy
7888e98865
Update start-mvc.rst
...
"learn a about" to "learn about"
2016-05-02 15:21:47 -07:00
danroth27
f9e9c44e2c
Remove broken sample link on MVC layouts doc and general cleanup
2016-05-02 15:11:15 -07:00
Petr Onderka
3aa24e4431
Fixed broken links
2016-05-02 14:54:54 -07:00
Mohammad Rahhal
c2921b2881
Update using-data-protection.rst
2016-05-02 14:42:17 -07:00
Steve Smith
37e3b08cad
Error Handling
2016-05-01 13:28:27 -04:00
Petr Onderka
8209e68ce1
Example URIs should not be links
...
This includes:
* localhost
* example.com
* example email addresses
* schema URI
2016-04-28 22:40:38 +02:00
Rick Anderson
0759513e2e
Update anti-request-forgery.rst
2016-04-27 18:06:11 -07:00
Rick Anderson
8ab7f68e45
Update guidance on line numbers, horiz scrolling. Fixes #1054 .
2016-04-27 15:07:40 -07:00
danroth27
65a9bbae1a
Use contents directive in static files doc
2016-04-27 10:27:20 -07:00
Eric Rohlfs
de65e84497
Update static-files.rst
...
The title 'default files' is fine, but most experienced ASP.NET developers are scanning for the word "default document".
I also added a note about the order in which default and static is called.
2016-04-27 10:26:10 -07:00
ricka1
7727b53df4
update Middleware
...
steve's response
2016-04-26 18:36:48 -04:00
Steve Smith
13951f6dd9
Updating includes after file renames.
2016-04-26 17:58:54 -04:00
RachelAppel
4027d4071c
changes based on rick's feedback
2016-04-26 17:06:45 -04:00
Steve Smith
5e8f8f6516
Testing Controller Logic
...
Minor copy edits
2016-04-26 14:50:20 -04:00
danroth27
9a1816faf0
Merge branch 'master' into dev
2016-04-22 15:30:58 -07:00
Mohammad Rahhal
70de2020c6
Update web-publishing-vs.rst
2016-04-22 14:17:47 -07:00
Roy
9bc4768b83
Update projects.rst
...
Fix spelling mistake.
2016-04-22 14:14:05 -07:00
Sebas-
6b71a8ab54
Update roles.rst
...
51d47c7be1/src/Microsoft.AspNet.Mvc.Core/Filters/AuthorizeAttribute.cs (L38)
Input is not being trimmed (remove spaces), so if you follow the documentation, the second role will never be able to access the method.
2016-04-22 14:12:32 -07:00
kevinpriester
0638cfa575
Adding dynamic copyright year.
2016-04-22 14:10:42 -07:00
RachelAppel
4171bd2b57
Revert "environment tag helper in Working with Multiple Environments article #1028"
...
This reverts commit 50520b13be
.
2016-04-22 10:30:27 -04:00
RachelAppel
50520b13be
environment tag helper in Working with Multiple Environments article #1028
2016-04-20 18:04:34 -04:00
RachelAppel
961b849c5e
Clarify constructor requirement in model binding #1152
2016-04-19 17:42:37 -04:00
Justin Jeong
7354d24001
Fix sample app url
2016-04-18 16:10:48 -04:00
RachelAppel
a8c6236a0d
Merge branch 'master' of http://github.com/aspnet/docs
2016-04-15 17:18:36 -04:00
RachelAppel
d502eb10f4
init
...
fix link
minor fixes
fix link
code formatting
consolidate sample files
formatting fix
modifications after feedback
changes after feedback
changes after feedback
edits
edits
edits
edits
changes
2016-04-15 17:15:24 -04:00
Steve Smith
4c5341c250
Filters
2016-04-11 21:02:34 -04:00
Steve Smith
c54c174b3c
Layout in Views
...
Fix typo
2016-04-08 16:12:15 -04:00
Steve Smith
c697e6d227
Merge branch 'master' of https://github.com/aspnet/Docs
2016-04-08 16:11:05 -04:00
Stuart Celarier
a9db6ed058
Corrected abbreviation of Ctrl
...
Compare with the spelling of Ctrl and use of plus-sign in the screenshot of the Debug menu.
2016-04-07 14:54:38 -07:00
Sourabh Shirhatti
bc124560f7
Hosting__Environment on *nix
2016-04-06 11:49:53 -07:00