|
| 1 | +// <auto-generated /> |
| 2 | +// This file was generated by a T4 template. |
| 3 | +// Don't change it directly as your change would get overwritten. Instead, make changes |
| 4 | +// to the .tt file (i.e. the T4 template) and save it to regenerate this file. |
| 5 | + |
| 6 | +// Make sure the compiler doesn't complain about missing Xml comments and CLS compliance |
| 7 | +// 0108: suppress "Foo hides inherited member Foo. Use the new keyword if hiding was intended." when a controller and its abstract parent are both processed |
| 8 | +// 0114: suppress "Foo.BarController.Baz()' hides inherited member 'Qux.BarController.Baz()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword." when an action (with an argument) overrides an action in a parent controller |
| 9 | +#pragma warning disable 1591, 3008, 3009, 0108, 0114 |
| 10 | +#region T4MVC |
| 11 | + |
| 12 | +using System; |
| 13 | +using System.Diagnostics; |
| 14 | +using System.CodeDom.Compiler; |
| 15 | +using System.Collections.Generic; |
| 16 | +using System.Linq; |
| 17 | +using System.Runtime.CompilerServices; |
| 18 | +using System.Threading.Tasks; |
| 19 | +using System.Web; |
| 20 | +using System.Web.Hosting; |
| 21 | +using System.Web.Mvc; |
| 22 | +using System.Web.Mvc.Ajax; |
| 23 | +using System.Web.Mvc.Html; |
| 24 | +using System.Web.Routing; |
| 25 | +using T4MVC; |
| 26 | +namespace T4MVC |
| 27 | +{ |
| 28 | + public class AccountController |
| 29 | + { |
| 30 | + |
| 31 | + static readonly ViewsClass s_views = new ViewsClass(); |
| 32 | + [GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode] |
| 33 | + public ViewsClass Views { get { return s_views; } } |
| 34 | + [GeneratedCode("T4MVC", "2.0"), DebuggerNonUserCode] |
| 35 | + public class ViewsClass |
| 36 | + { |
| 37 | + static readonly _ViewNamesClass s_ViewNames = new _ViewNamesClass(); |
| 38 | + public _ViewNamesClass ViewNames { get { return s_ViewNames; } } |
| 39 | + public class _ViewNamesClass |
| 40 | + { |
| 41 | + public readonly string ConfirmEmail = "ConfirmEmail"; |
| 42 | + public readonly string ExternalLoginConfirmation = "ExternalLoginConfirmation"; |
| 43 | + public readonly string ExternalLoginFailure = "ExternalLoginFailure"; |
| 44 | + public readonly string ForgotPassword = "ForgotPassword"; |
| 45 | + public readonly string ForgotPasswordConfirmation = "ForgotPasswordConfirmation"; |
| 46 | + public readonly string Lockout = "Lockout"; |
| 47 | + public readonly string Login = "Login"; |
| 48 | + public readonly string Register = "Register"; |
| 49 | + public readonly string ResetPassword = "ResetPassword"; |
| 50 | + public readonly string ResetPasswordConfirmation = "ResetPasswordConfirmation"; |
| 51 | + public readonly string SendCode = "SendCode"; |
| 52 | + public readonly string VerifyCode = "VerifyCode"; |
| 53 | + } |
| 54 | + public readonly string ConfirmEmail = "~/Views/Account/ConfirmEmail.cshtml"; |
| 55 | + public readonly string ExternalLoginConfirmation = "~/Views/Account/ExternalLoginConfirmation.cshtml"; |
| 56 | + public readonly string ExternalLoginFailure = "~/Views/Account/ExternalLoginFailure.cshtml"; |
| 57 | + public readonly string ForgotPassword = "~/Views/Account/ForgotPassword.cshtml"; |
| 58 | + public readonly string ForgotPasswordConfirmation = "~/Views/Account/ForgotPasswordConfirmation.cshtml"; |
| 59 | + public readonly string Lockout = "~/Views/Account/Lockout.cshtml"; |
| 60 | + public readonly string Login = "~/Views/Account/Login.cshtml"; |
| 61 | + public readonly string Register = "~/Views/Account/Register.cshtml"; |
| 62 | + public readonly string ResetPassword = "~/Views/Account/ResetPassword.cshtml"; |
| 63 | + public readonly string ResetPasswordConfirmation = "~/Views/Account/ResetPasswordConfirmation.cshtml"; |
| 64 | + public readonly string SendCode = "~/Views/Account/SendCode.cshtml"; |
| 65 | + public readonly string VerifyCode = "~/Views/Account/VerifyCode.cshtml"; |
| 66 | + } |
| 67 | + } |
| 68 | + |
| 69 | +} |
| 70 | + |
| 71 | +#endregion T4MVC |
| 72 | +#pragma warning restore 1591, 3008, 3009, 0108, 0114 |
0 commit comments