Commit Graph

11 Commits (341f123ce03c50aeebd4f83d41d9f4a0fa4627ec)

Author SHA1 Message Date
Pablo Recalde f89bdea48c modified mvc example to use c#7 (#3447)
As suggested by VS2017 I've substituted the 2 line code by an inline temporary variable.
2017-06-07 11:50:22 -07:00
Kevin Hillinger 9814a9b1c9 Making code sample accurate (#3472)
Updating MinimumAge property to public and setter private, since the 'protected' accessibility won't work in the MinimumAgeHandler (given it accesses this property as public).
2017-06-07 11:42:19 -07:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
otamimi 2e3970ffb1 Update policies.md 2017-02-15 15:16:05 +03:00
Marcus cdd911c900 AddPolicy over21 incorrect brace closer (#2420)
code snippet had either 1 too many brace closure (if was just the begining of the method and remainder was removed for brevity) or the close parenthesis was misplaced.
2016-12-19 08:54:17 -10:00
Jerrie Pelser b188fdc5a8 AuthorizationContext => AuthorizationHandlerContext
`AuthorizationContext` in the code sample should be `AuthorizationHandlerContext`
2016-11-23 11:00:09 +07:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Rick Anderson 5b103c1d6a fix link warnings (#2108) 2016-11-04 10:25:06 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00