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

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Controllers/HomeController.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: Import order, dev console link, AssemblyInfo comment 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/Controllers/CalendarController.cs ('k') | Calendar.ASP.NET.MVC5/Global.asax » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 // This file is added automatically by the MVC 5 application template.
2 Copyright 2015 Google Inc 2 // Some unnecessary code has been removed for the purpose of this sample.
3
peleyal 2015/03/07 00:17:43 Did you change this file? If now please add the ot
jmcgrew 2015/04/06 23:01:52 Good catch, done.
4 Licensed under the Apache License, Version 2.0(the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 */
16 3
17 using System.Web.Mvc; 4 using System.Web.Mvc;
18 5
19 namespace Calendar.ASP.NET.MVC5.Controllers 6 namespace Calendar.ASP.NET.MVC5.Controllers
20 { 7 {
21 public class HomeController : Controller 8 public class HomeController : Controller
22 { 9 {
23 public ActionResult Index() 10 public ActionResult Index()
24 { 11 {
25 return View(); 12 return View();
26 } 13 }
27 } 14 }
28 } 15 }
LEFTRIGHT

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