2 |
3 |
4 |
5 | Debug
6 | AnyCPU
7 |
8 |
9 | 2.0
10 | {5093F494-CB55-4272-9F22-D1EA0A124AD1}
11 | {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
12 | Library
13 | Properties
14 | TestValidator52
15 | TestValidator52
16 | v4.5
17 | false
18 | true
19 |
20 |
21 |
22 |
23 |
24 |
25 | true
26 | full
27 | false
28 | bin\
29 | DEBUG;TRACE
30 | prompt
31 | 4
32 |
33 |
34 | pdbonly
35 | true
36 | bin\
37 | TRACE
38 | prompt
39 | 4
40 |
41 |
42 |
43 | False
44 | ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll
45 |
46 |
47 | ..\packages\FluentValidation.5.4.0.0\lib\Net40\FluentValidation.dll
48 |
49 |
50 | ..\packages\FluentValidation.MVC5.5.4.0.0\lib\Net45\FluentValidation.Mvc.dll
51 |
52 |
53 |
54 | False
55 | ..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 | False
69 | ..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.Helpers.dll
70 |
71 |
72 | False
73 | ..\packages\Microsoft.AspNet.Mvc.5.2.0\lib\net45\System.Web.Mvc.dll
74 |
75 |
76 | False
77 | ..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll
78 |
79 |
80 | False
81 | ..\packages\Microsoft.AspNet.Razor.3.2.0\lib\net45\System.Web.Razor.dll
82 |
83 |
84 | False
85 | ..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.dll
86 |
87 |
88 | False
89 | ..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.Deployment.dll
90 |
91 |
92 | False
93 | ..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.Razor.dll
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 | True
106 | ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
107 |
108 |
109 |
110 |
111 |
112 |
113 | False
114 | ..\packages\WebGrease.1.6.0\lib\WebGrease.dll
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 | Global.asax
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 | jquery.validate.unobtrusive.bootstrap.js
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 | Web.config
169 |
170 |
171 | Web.config
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 | jquery.validate.unobtrusive.bootstrap.min.js
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 | 10.0
193 | $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 | True
206 | True
207 | 20336
208 | /
209 | http://localhost:20336/
210 | False
211 | False
212 |
213 |
214 | False
215 |
216 |
217 |
218 |
219 |
225 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Shared/Error.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | Layout = null;
3 | }
4 |
5 |
6 |
7 |
8 |
9 | Error
10 |
11 |
12 |
13 | Error.
14 | An error occurred while processing your request.
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Shared/_Layout.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @ViewBag.Title - My ASP.NET Application
7 | @Styles.Render("~/Content/css")
8 | @Scripts.Render("~/bundles/modernizr")
9 |
10 |
11 |
12 |
13 |
21 |
22 |
23 | - @Html.ActionLink("Test User", "User", "Test")
24 | - @Html.ActionLink("Test Partial", "Partial", "Test")
25 | - @Html.ActionLink("Test Multiple", "Multiple", "Test")
26 |
27 |
28 |
29 |
30 |
31 | @RenderBody()
32 |
33 |
36 |
37 |
38 | @Scripts.Render("~/bundles/jquery")
39 | @Scripts.Render("~/bundles/bootstrap")
40 | @Scripts.Render("~/bundles/jqueryval")
41 | @Scripts.Render("~/bundles/jqueryval-bootstrap")
42 | @RenderSection("scripts", required: false)
43 |
44 |
45 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Test/Multiple.cshtml:
--------------------------------------------------------------------------------
1 | @model TestValidator52.Models.User
2 | @{
3 | ViewBag.Title = "Multiple";
4 | }
5 |
6 | @if (ViewBag.Valid != null)
7 | {
8 | if ((bool)ViewBag.Valid)
9 | {
10 | Valid
11 | }
12 | else
13 | {
14 | Invalid
15 | }
16 | }
17 | User
18 |
19 | @using (Html.BeginForm())
20 | {
21 | @Html.ValidationSummary()
22 |
23 | @Html.LabelFor(m => m.Name, new { @class = "control-label" })
24 | @Html.TextBoxFor(m => m.Name, new { @class = "form-control" })
25 | @Html.ValidationMessageFor(m => m.Name)
26 |
27 |
28 | @Html.LabelFor(m => m.Email, new { @class = "control-label" })
29 | @Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
30 | @Html.ValidationMessageFor(m => m.Email)
31 |
32 |
33 | }
34 |
35 | User
36 |
37 | @using (Html.BeginForm())
38 | {
39 | @Html.ValidationSummary()
40 |
41 | @Html.LabelFor(m => m.Name, new { @class = "control-label" })
42 | @Html.TextBoxFor(m => m.Name, new { @class = "form-control" })
43 | @Html.ValidationMessageFor(m => m.Name)
44 |
45 |
46 | @Html.LabelFor(m => m.Email, new { @class = "control-label" })
47 | @Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
48 | @Html.ValidationMessageFor(m => m.Email)
49 |
50 |
51 | }
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Test/Partial.cshtml:
--------------------------------------------------------------------------------
1 | @model TestValidator52.Models.User
2 | @{
3 | ViewBag.Title = "Partial";
4 | }
5 |
6 | @if (ViewBag.Valid != null)
7 | {
8 | if ((bool)ViewBag.Valid)
9 | {
10 | Valid
11 | }
12 | else
13 | {
14 | Invalid
15 | }
16 | }
17 | User
18 |
19 | @using (Html.BeginForm())
20 | {
21 | @Html.ValidationSummary()
22 |
23 | @Html.LabelFor(m => m.Name, new { @class = "control-label" })
24 | @Html.TextBoxFor(m => m.Name, new { @class = "form-control" })
25 | @Html.ValidationMessageFor(m => m.Name)
26 |
27 |
28 | @Html.LabelFor(m => m.Email, new { @class = "control-label" })
29 | @Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
30 | @Html.ValidationMessageFor(m => m.Email)
31 |
32 |
33 | }
34 |
35 | @Html.Action("ProductPartial", "Test")
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Test/ProductPartial.cshtml:
--------------------------------------------------------------------------------
1 | @model TestValidator52.Models.Product
2 |
3 | Produto
4 |
5 | @using (Html.BeginForm("ProdutoPartial", "Test"))
6 | {
7 | @Html.ValidationSummary()
8 |
9 | @Html.LabelFor(m => m.Name, new { @class = "control-label" })
10 | @Html.TextBoxFor(m => m.Name, new { @class = "form-control" })
11 | @Html.ValidationMessageFor(m => m.Name)
12 |
13 |
14 | @Html.LabelFor(m => m.Category, new { @class = "control-label" })
15 | @Html.TextBoxFor(m => m.Category, new { @class = "form-control" })
16 | @Html.ValidationMessageFor(m => m.Category)
17 |
18 |
19 | }
20 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Test/User.cshtml:
--------------------------------------------------------------------------------
1 | @model TestValidator52.Models.User
2 | @{
3 | ViewBag.Title = "User";
4 | //HtmlHelper.ClientValidationEnabled = false;
5 | }
6 |
7 | @if (ViewBag.Valid != null)
8 | {
9 | if ((bool)ViewBag.Valid)
10 | {
11 | Valid
12 | }
13 | else
14 | {
15 | Invalid
16 | }
17 | }
18 | User
19 |
20 | @using (Html.BeginForm())
21 | {
22 | @Html.ValidationSummary()
23 |
24 | @Html.LabelFor(m => m.Name, new { @class = "control-label" })
25 | @Html.TextBoxFor(m => m.Name, new { @class = "form-control" })
26 | @Html.ValidationMessageFor(m => m.Name)
27 |
28 |
29 | @Html.LabelFor(m => m.Email, new { @class = "control-label" })
30 | @Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
31 | @Html.ValidationMessageFor(m => m.Email)
32 |
33 |
34 | }
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/Web.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Views/_ViewStart.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | Layout = "~/Views/Shared/_Layout.cshtml";
3 | }
4 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Web.Debug.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
17 |
18 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Web.Release.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
17 |
18 |
19 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/Web.config:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sandrocaseiro/jquery.validate.unobtrusive.bootstrap/22299ad942d5466e169e80f2453459db0de2ef75/test/TestValidator/TestValidator52/favicon.ico
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sandrocaseiro/jquery.validate.unobtrusive.bootstrap/22299ad942d5466e169e80f2453459db0de2ef75/test/TestValidator/TestValidator52/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sandrocaseiro/jquery.validate.unobtrusive.bootstrap/22299ad942d5466e169e80f2453459db0de2ef75/test/TestValidator/TestValidator52/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sandrocaseiro/jquery.validate.unobtrusive.bootstrap/22299ad942d5466e169e80f2453459db0de2ef75/test/TestValidator/TestValidator52/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/test/TestValidator/TestValidator52/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------