Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(732)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/App_Start/FilterConfig.cs

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Addressed first round of review notes Created 9 years, 1 month ago
Right Patch Set: Addressed peleyal's comments Created 8 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Calendar.ASP.NET.MVC5/App_Start/BundleConfig.cs ('k') | Calendar.ASP.NET.MVC5/App_Start/IdentityConfig.cs » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // This file is added automatically by the MVC 5 application template. 1 // This file is added automatically by the MVC 5 application template.
2 2
3 using System.Web; 3 using System.Web;
4 using System.Web.Mvc; 4 using System.Web.Mvc;
5 5
6 namespace Calendar.ASP.NET.MVC5 6 namespace Calendar.ASP.NET.MVC5
7 { 7 {
8 public class FilterConfig 8 public class FilterConfig
9 { 9 {
10 public static void RegisterGlobalFilters(GlobalFilterCollection filters) 10 public static void RegisterGlobalFilters(GlobalFilterCollection filters)
11 { 11 {
12 filters.Add(new HandleErrorAttribute()); 12 filters.Add(new HandleErrorAttribute());
13 } 13 }
14 } 14 }
15 } 15 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b