1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:4.0.30319.1
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 
11 namespace System.Web.Mvc.Resources {
12     using System;
13 
14 
15     /// <summary>
16     ///   A strongly-typed resource class, for looking up localized strings, etc.
17     /// </summary>
18     // This class was auto-generated by the StronglyTypedResourceBuilder
19     // class via a tool like ResGen or Visual Studio.
20     // To add or remove a member, edit your .ResX file then rerun ResGen
21     // with the /str option, or rebuild your VS project.
22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25     internal class MvcResources {
26 
27         private static global::System.Resources.ResourceManager resourceMan;
28 
29         private static global::System.Globalization.CultureInfo resourceCulture;
30 
31         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
MvcResources()32         internal MvcResources() {
33         }
34 
35         /// <summary>
36         ///   Returns the cached ResourceManager instance used by this class.
37         /// </summary>
38         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39         internal static global::System.Resources.ResourceManager ResourceManager {
40             get {
41                 if (object.ReferenceEquals(resourceMan, null)) {
42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Mvc.Resources.MvcResources", typeof(MvcResources).Assembly);
43                     resourceMan = temp;
44                 }
45                 return resourceMan;
46             }
47         }
48 
49         /// <summary>
50         ///   Overrides the current thread's CurrentUICulture property for all
51         ///   resource lookups using this strongly typed resource class.
52         /// </summary>
53         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54         internal static global::System.Globalization.CultureInfo Culture {
55             get {
56                 return resourceCulture;
57             }
58             set {
59                 resourceCulture = value;
60             }
61         }
62 
63         /// <summary>
64         ///   Looks up a localized string similar to The current request for action &apos;{0}&apos; on controller type &apos;{1}&apos; is ambiguous between the following action methods:{2}.
65         /// </summary>
66         internal static string ActionMethodSelector_AmbiguousMatch {
67             get {
68                 return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatch", resourceCulture);
69             }
70         }
71 
72         /// <summary>
73         ///   Looks up a localized string similar to {0} on type {1}.
74         /// </summary>
75         internal static string ActionMethodSelector_AmbiguousMatchType {
76             get {
77                 return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatchType", resourceCulture);
78             }
79         }
80 
81         /// <summary>
82         ///   Looks up a localized string similar to Lookup for method &apos;{0}&apos; on controller type &apos;{1}&apos; failed because of an ambiguity between the following methods:{2}.
83         /// </summary>
84         internal static string AsyncActionMethodSelector_AmbiguousMethodMatch {
85             get {
86                 return ResourceManager.GetString("AsyncActionMethodSelector_AmbiguousMethodMatch", resourceCulture);
87             }
88         }
89 
90         /// <summary>
91         ///   Looks up a localized string similar to Could not locate a method named &apos;{0}&apos; on controller type {1}..
92         /// </summary>
93         internal static string AsyncActionMethodSelector_CouldNotFindMethod {
94             get {
95                 return ResourceManager.GetString("AsyncActionMethodSelector_CouldNotFindMethod", resourceCulture);
96             }
97         }
98 
99         /// <summary>
100         ///   Looks up a localized string similar to The provided IAsyncResult has already been consumed..
101         /// </summary>
102         internal static string AsyncCommon_AsyncResultAlreadyConsumed {
103             get {
104                 return ResourceManager.GetString("AsyncCommon_AsyncResultAlreadyConsumed", resourceCulture);
105             }
106         }
107 
108         /// <summary>
109         ///   Looks up a localized string similar to The controller of type &apos;{0}&apos; must subclass AsyncController or implement the IAsyncManagerContainer interface..
110         /// </summary>
111         internal static string AsyncCommon_ControllerMustImplementIAsyncManagerContainer {
112             get {
113                 return ResourceManager.GetString("AsyncCommon_ControllerMustImplementIAsyncManagerContainer", resourceCulture);
114             }
115         }
116 
117         /// <summary>
118         ///   Looks up a localized string similar to The provided IAsyncResult is not valid for this method..
119         /// </summary>
120         internal static string AsyncCommon_InvalidAsyncResult {
121             get {
122                 return ResourceManager.GetString("AsyncCommon_InvalidAsyncResult", resourceCulture);
123             }
124         }
125 
126         /// <summary>
127         ///   Looks up a localized string similar to The timeout value must be non-negative or Timeout.Infinite..
128         /// </summary>
129         internal static string AsyncCommon_InvalidTimeout {
130             get {
131                 return ResourceManager.GetString("AsyncCommon_InvalidTimeout", resourceCulture);
132             }
133         }
134 
135         /// <summary>
136         ///   Looks up a localized string similar to AuthorizeAttribute cannot be used within a child action caching block..
137         /// </summary>
138         internal static string AuthorizeAttribute_CannotUseWithinChildActionCache {
139             get {
140                 return ResourceManager.GetString("AuthorizeAttribute_CannotUseWithinChildActionCache", resourceCulture);
141             }
142         }
143 
144         /// <summary>
145         ///   Looks up a localized string similar to The action &apos;{0}&apos; is accessible only by a child request..
146         /// </summary>
147         internal static string ChildActionOnlyAttribute_MustBeInChildRequest {
148             get {
149                 return ResourceManager.GetString("ChildActionOnlyAttribute_MustBeInChildRequest", resourceCulture);
150             }
151         }
152 
153         /// <summary>
154         ///   Looks up a localized string similar to The field {0} must be a number..
155         /// </summary>
156         internal static string ClientDataTypeModelValidatorProvider_FieldMustBeNumeric {
157             get {
158                 return ResourceManager.GetString("ClientDataTypeModelValidatorProvider_FieldMustBeNumeric", resourceCulture);
159             }
160         }
161 
162         /// <summary>
163         ///   Looks up a localized string similar to No route in the route table matches the supplied values..
164         /// </summary>
165         internal static string Common_NoRouteMatched {
166             get {
167                 return ResourceManager.GetString("Common_NoRouteMatched", resourceCulture);
168             }
169         }
170 
171         /// <summary>
172         ///   Looks up a localized string similar to Value cannot be null or empty..
173         /// </summary>
174         internal static string Common_NullOrEmpty {
175             get {
176                 return ResourceManager.GetString("Common_NullOrEmpty", resourceCulture);
177             }
178         }
179 
180         /// <summary>
181         ///   Looks up a localized string similar to The partial view &apos;{0}&apos; was not found or no view engine supports the searched locations. The following locations were searched:{1}.
182         /// </summary>
183         internal static string Common_PartialViewNotFound {
184             get {
185                 return ResourceManager.GetString("Common_PartialViewNotFound", resourceCulture);
186             }
187         }
188 
189         /// <summary>
190         ///   Looks up a localized string similar to The property &apos;{0}&apos; cannot be null or empty..
191         /// </summary>
192         internal static string Common_PropertyCannotBeNullOrEmpty {
193             get {
194                 return ResourceManager.GetString("Common_PropertyCannotBeNullOrEmpty", resourceCulture);
195             }
196         }
197 
198         /// <summary>
199         ///   Looks up a localized string similar to The property {0}.{1} could not be found..
200         /// </summary>
201         internal static string Common_PropertyNotFound {
202             get {
203                 return ResourceManager.GetString("Common_PropertyNotFound", resourceCulture);
204             }
205         }
206 
207         /// <summary>
208         ///   Looks up a localized string similar to False.
209         /// </summary>
210         internal static string Common_TriState_False {
211             get {
212                 return ResourceManager.GetString("Common_TriState_False", resourceCulture);
213             }
214         }
215 
216         /// <summary>
217         ///   Looks up a localized string similar to Not Set.
218         /// </summary>
219         internal static string Common_TriState_NotSet {
220             get {
221                 return ResourceManager.GetString("Common_TriState_NotSet", resourceCulture);
222             }
223         }
224 
225         /// <summary>
226         ///   Looks up a localized string similar to True.
227         /// </summary>
228         internal static string Common_TriState_True {
229             get {
230                 return ResourceManager.GetString("Common_TriState_True", resourceCulture);
231             }
232         }
233 
234         /// <summary>
235         ///   Looks up a localized string similar to The type {0} must derive from {1}.
236         /// </summary>
237         internal static string Common_TypeMustDriveFromType {
238             get {
239                 return ResourceManager.GetString("Common_TypeMustDriveFromType", resourceCulture);
240             }
241         }
242 
243         /// <summary>
244         ///   Looks up a localized string similar to The value &apos;{0}&apos; is invalid..
245         /// </summary>
246         internal static string Common_ValueNotValidForProperty {
247             get {
248                 return ResourceManager.GetString("Common_ValueNotValidForProperty", resourceCulture);
249             }
250         }
251 
252         /// <summary>
253         ///   Looks up a localized string similar to The view &apos;{0}&apos; or its master was not found or no view engine supports the searched locations. The following locations were searched:{1}.
254         /// </summary>
255         internal static string Common_ViewNotFound {
256             get {
257                 return ResourceManager.GetString("Common_ViewNotFound", resourceCulture);
258             }
259         }
260 
261         /// <summary>
262         ///   Looks up a localized string similar to &apos;{0}&apos; and &apos;{1}&apos; do not match..
263         /// </summary>
264         internal static string CompareAttribute_MustMatch {
265             get {
266                 return ResourceManager.GetString("CompareAttribute_MustMatch", resourceCulture);
267             }
268         }
269 
270         /// <summary>
271         ///   Looks up a localized string similar to Could not find a property named {0}..
272         /// </summary>
273         internal static string CompareAttribute_UnknownProperty {
274             get {
275                 return ResourceManager.GetString("CompareAttribute_UnknownProperty", resourceCulture);
276             }
277         }
278 
279         /// <summary>
280         ///   Looks up a localized string similar to A public action method &apos;{0}&apos; was not found on controller &apos;{1}&apos;..
281         /// </summary>
282         internal static string Controller_UnknownAction {
283             get {
284                 return ResourceManager.GetString("Controller_UnknownAction", resourceCulture);
285             }
286         }
287 
288         /// <summary>
289         ///   Looks up a localized string similar to The model of type &apos;{0}&apos; could not be updated..
290         /// </summary>
291         internal static string Controller_UpdateModel_UpdateUnsuccessful {
292             get {
293                 return ResourceManager.GetString("Controller_UpdateModel_UpdateUnsuccessful", resourceCulture);
294             }
295         }
296 
297         /// <summary>
298         ///   Looks up a localized string similar to The model of type &apos;{0}&apos; is not valid..
299         /// </summary>
300         internal static string Controller_Validate_ValidationFailed {
301             get {
302                 return ResourceManager.GetString("Controller_Validate_ValidationFailed", resourceCulture);
303             }
304         }
305 
306         /// <summary>
307         ///   Looks up a localized string similar to Cannot execute Controller with a null HttpContext..
308         /// </summary>
309         internal static string ControllerBase_CannotExecuteWithNullHttpContext {
310             get {
311                 return ResourceManager.GetString("ControllerBase_CannotExecuteWithNullHttpContext", resourceCulture);
312             }
313         }
314 
315         /// <summary>
316         ///   Looks up a localized string similar to A single instance of controller &apos;{0}&apos; cannot be used to handle multiple requests. If a custom controller factory is in use, make sure that it creates a new instance of the controller for each request..
317         /// </summary>
318         internal static string ControllerBase_CannotHandleMultipleRequests {
319             get {
320                 return ResourceManager.GetString("ControllerBase_CannotHandleMultipleRequests", resourceCulture);
321             }
322         }
323 
324         /// <summary>
325         ///   Looks up a localized string similar to An error occurred when trying to create the IControllerFactory &apos;{0}&apos;. Make sure that the controller factory has a public parameterless constructor..
326         /// </summary>
327         internal static string ControllerBuilder_ErrorCreatingControllerFactory {
328             get {
329                 return ResourceManager.GetString("ControllerBuilder_ErrorCreatingControllerFactory", resourceCulture);
330             }
331         }
332 
333         /// <summary>
334         ///   Looks up a localized string similar to The IControllerFactory &apos;{0}&apos; did not return a controller for the name &apos;{1}&apos;..
335         /// </summary>
336         internal static string ControllerBuilder_FactoryReturnedNull {
337             get {
338                 return ResourceManager.GetString("ControllerBuilder_FactoryReturnedNull", resourceCulture);
339             }
340         }
341 
342         /// <summary>
343         ///   Looks up a localized string similar to The controller factory type &apos;{0}&apos; must implement the IControllerFactory interface..
344         /// </summary>
345         internal static string ControllerBuilder_MissingIControllerFactory {
346             get {
347                 return ResourceManager.GetString("ControllerBuilder_MissingIControllerFactory", resourceCulture);
348             }
349         }
350 
351         /// <summary>
352         ///   Looks up a localized string similar to The view found at &apos;{0}&apos; was not created..
353         /// </summary>
354         internal static string CshtmlView_ViewCouldNotBeCreated {
355             get {
356                 return ResourceManager.GetString("CshtmlView_ViewCouldNotBeCreated", resourceCulture);
357             }
358         }
359 
360         /// <summary>
361         ///   Looks up a localized string similar to The view at &apos;{0}&apos; must derive from WebViewPage, or WebViewPage&lt;TModel&gt;..
362         /// </summary>
363         internal static string CshtmlView_WrongViewBase {
364             get {
365                 return ResourceManager.GetString("CshtmlView_WrongViewBase", resourceCulture);
366             }
367         }
368 
369         /// <summary>
370         ///   Looks up a localized string similar to {0} has a DisplayColumn attribute for {1}, but property {1} does not exist..
371         /// </summary>
372         internal static string DataAnnotationsModelMetadataProvider_UnknownProperty {
373             get {
374                 return ResourceManager.GetString("DataAnnotationsModelMetadataProvider_UnknownProperty", resourceCulture);
375             }
376         }
377 
378         /// <summary>
379         ///   Looks up a localized string similar to {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public getter..
380         /// </summary>
381         internal static string DataAnnotationsModelMetadataProvider_UnreadableProperty {
382             get {
383                 return ResourceManager.GetString("DataAnnotationsModelMetadataProvider_UnreadableProperty", resourceCulture);
384             }
385         }
386 
387         /// <summary>
388         ///   Looks up a localized string similar to The type {0} must have a public constructor which accepts three parameters of types {1}, {2}, and {3}.
389         /// </summary>
390         internal static string DataAnnotationsModelValidatorProvider_ConstructorRequirements {
391             get {
392                 return ResourceManager.GetString("DataAnnotationsModelValidatorProvider_ConstructorRequirements", resourceCulture);
393             }
394         }
395 
396         /// <summary>
397         ///   Looks up a localized string similar to The type {0} must have a public constructor which accepts two parameters of types {1} and {2}..
398         /// </summary>
399         internal static string DataAnnotationsModelValidatorProvider_ValidatableConstructorRequirements {
400             get {
401                 return ResourceManager.GetString("DataAnnotationsModelValidatorProvider_ValidatableConstructorRequirements", resourceCulture);
402             }
403         }
404 
405         /// <summary>
406         ///   Looks up a localized string similar to Multiple types were found that match the controller named &apos;{0}&apos;. This can happen if the route that services this request does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the &apos;MapRoute&apos; method that takes a &apos;namespaces&apos; parameter.
407         ///
408         ///The request for &apos;{0}&apos; has found the following matching controllers:{1}.
409         /// </summary>
410         internal static string DefaultControllerFactory_ControllerNameAmbiguous_WithoutRouteUrl {
411             get {
412                 return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous_WithoutRouteUrl", resourceCulture);
413             }
414         }
415 
416         /// <summary>
417         ///   Looks up a localized string similar to Multiple types were found that match the controller named &apos;{0}&apos;. This can happen if the route that services this request (&apos;{1}&apos;) does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the &apos;MapRoute&apos; method that takes a &apos;namespaces&apos; parameter.
418         ///
419         ///The request for &apos;{0}&apos; has found the following matching controllers:{2}.
420         /// </summary>
421         internal static string DefaultControllerFactory_ControllerNameAmbiguous_WithRouteUrl {
422             get {
423                 return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous_WithRouteUrl", resourceCulture);
424             }
425         }
426 
427         /// <summary>
428         ///   Looks up a localized string similar to An error occurred when trying to create a controller of type &apos;{0}&apos;. Make sure that the controller has a parameterless public constructor..
429         /// </summary>
430         internal static string DefaultControllerFactory_ErrorCreatingController {
431             get {
432                 return ResourceManager.GetString("DefaultControllerFactory_ErrorCreatingController", resourceCulture);
433             }
434         }
435 
436         /// <summary>
437         ///   Looks up a localized string similar to The controller for path &apos;{0}&apos; was not found or does not implement IController..
438         /// </summary>
439         internal static string DefaultControllerFactory_NoControllerFound {
440             get {
441                 return ResourceManager.GetString("DefaultControllerFactory_NoControllerFound", resourceCulture);
442             }
443         }
444 
445         /// <summary>
446         ///   Looks up a localized string similar to The controller type &apos;{0}&apos; must implement IController..
447         /// </summary>
448         internal static string DefaultControllerFactory_TypeDoesNotSubclassControllerBase {
449             get {
450                 return ResourceManager.GetString("DefaultControllerFactory_TypeDoesNotSubclassControllerBase", resourceCulture);
451             }
452         }
453 
454         /// <summary>
455         ///   Looks up a localized string similar to The value &apos;{0}&apos; is not valid for {1}..
456         /// </summary>
457         internal static string DefaultModelBinder_ValueInvalid {
458             get {
459                 return ResourceManager.GetString("DefaultModelBinder_ValueInvalid", resourceCulture);
460             }
461         }
462 
463         /// <summary>
464         ///   Looks up a localized string similar to A value is required..
465         /// </summary>
466         internal static string DefaultModelBinder_ValueRequired {
467             get {
468                 return ResourceManager.GetString("DefaultModelBinder_ValueRequired", resourceCulture);
469             }
470         }
471 
472         /// <summary>
473         ///   Looks up a localized string similar to The number of ticks for the TimeSpan value must be greater than or equal to 0..
474         /// </summary>
475         internal static string DefaultViewLocationCache_NegativeTimeSpan {
476             get {
477                 return ResourceManager.GetString("DefaultViewLocationCache_NegativeTimeSpan", resourceCulture);
478             }
479         }
480 
481         /// <summary>
482         ///   Looks up a localized string similar to The type {0} does not appear to implement Microsoft.Practices.ServiceLocation.IServiceLocator..
483         /// </summary>
484         internal static string DependencyResolver_DoesNotImplementICommonServiceLocator {
485             get {
486                 return ResourceManager.GetString("DependencyResolver_DoesNotImplementICommonServiceLocator", resourceCulture);
487             }
488         }
489 
490         /// <summary>
491         ///   Looks up a localized string similar to The type &apos;{0}&apos; does not inherit from Exception..
492         /// </summary>
493         internal static string ExceptionViewAttribute_NonExceptionType {
494             get {
495                 return ResourceManager.GetString("ExceptionViewAttribute_NonExceptionType", resourceCulture);
496             }
497         }
498 
499         /// <summary>
500         ///   Looks up a localized string similar to The expression compiler was unable to evaluate the indexer expression &apos;{0}&apos; because it references the model parameter &apos;{1}&apos; which is unavailable..
501         /// </summary>
502         internal static string ExpressionHelper_InvalidIndexerExpression {
503             get {
504                 return ResourceManager.GetString("ExpressionHelper_InvalidIndexerExpression", resourceCulture);
505             }
506         }
507 
508         /// <summary>
509         ///   Looks up a localized string similar to Order must be greater than or equal to -1..
510         /// </summary>
511         internal static string FilterAttribute_OrderOutOfRange {
512             get {
513                 return ResourceManager.GetString("FilterAttribute_OrderOutOfRange", resourceCulture);
514             }
515         }
516 
517         /// <summary>
518         ///   Looks up a localized string similar to The GET and POST HTTP methods are not supported..
519         /// </summary>
520         internal static string HtmlHelper_InvalidHttpMethod {
521             get {
522                 return ResourceManager.GetString("HtmlHelper_InvalidHttpMethod", resourceCulture);
523             }
524         }
525 
526         /// <summary>
527         ///   Looks up a localized string similar to The specified HttpVerbs value is not supported. The supported values are Delete, Head, and Put..
528         /// </summary>
529         internal static string HtmlHelper_InvalidHttpVerb {
530             get {
531                 return ResourceManager.GetString("HtmlHelper_InvalidHttpVerb", resourceCulture);
532             }
533         }
534 
535         /// <summary>
536         ///   Looks up a localized string similar to There is no ViewData item of type &apos;{1}&apos; that has the key &apos;{0}&apos;..
537         /// </summary>
538         internal static string HtmlHelper_MissingSelectData {
539             get {
540                 return ResourceManager.GetString("HtmlHelper_MissingSelectData", resourceCulture);
541             }
542         }
543 
544         /// <summary>
545         ///   Looks up a localized string similar to The value must be greater than or equal to zero..
546         /// </summary>
547         internal static string HtmlHelper_TextAreaParameterOutOfRange {
548             get {
549                 return ResourceManager.GetString("HtmlHelper_TextAreaParameterOutOfRange", resourceCulture);
550             }
551         }
552 
553         /// <summary>
554         ///   Looks up a localized string similar to Validation parameter names in unobtrusive client validation rules cannot be empty. Client rule type: {0}.
555         /// </summary>
556         internal static string HtmlHelper_ValidationParameterCannotBeEmpty {
557             get {
558                 return ResourceManager.GetString("HtmlHelper_ValidationParameterCannotBeEmpty", resourceCulture);
559             }
560         }
561 
562         /// <summary>
563         ///   Looks up a localized string similar to Validation parameter names in unobtrusive client validation rules must start with a lowercase letter and consist of only lowercase letters or digits. Validation parameter name: {0}, client rule type: {1}.
564         /// </summary>
565         internal static string HtmlHelper_ValidationParameterMustBeLegal {
566             get {
567                 return ResourceManager.GetString("HtmlHelper_ValidationParameterMustBeLegal", resourceCulture);
568             }
569         }
570 
571         /// <summary>
572         ///   Looks up a localized string similar to Validation type names in unobtrusive client validation rules cannot be empty. Client rule type: {0}.
573         /// </summary>
574         internal static string HtmlHelper_ValidationTypeCannotBeEmpty {
575             get {
576                 return ResourceManager.GetString("HtmlHelper_ValidationTypeCannotBeEmpty", resourceCulture);
577             }
578         }
579 
580         /// <summary>
581         ///   Looks up a localized string similar to Validation type names in unobtrusive client validation rules must consist of only lowercase letters. Invalid name: &quot;{0}&quot;, client rule type: {1}.
582         /// </summary>
583         internal static string HtmlHelper_ValidationTypeMustBeLegal {
584             get {
585                 return ResourceManager.GetString("HtmlHelper_ValidationTypeMustBeLegal", resourceCulture);
586             }
587         }
588 
589         /// <summary>
590         ///   Looks up a localized string similar to Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: {0}.
591         /// </summary>
592         internal static string HtmlHelper_ValidationTypeMustBeUnique {
593             get {
594                 return ResourceManager.GetString("HtmlHelper_ValidationTypeMustBeUnique", resourceCulture);
595             }
596         }
597 
598         /// <summary>
599         ///   Looks up a localized string similar to The ViewData item that has the key &apos;{0}&apos; is of type &apos;{1}&apos; but must be of type &apos;{2}&apos;..
600         /// </summary>
601         internal static string HtmlHelper_WrongSelectDataType {
602             get {
603                 return ResourceManager.GetString("HtmlHelper_WrongSelectDataType", resourceCulture);
604             }
605         }
606 
607         /// <summary>
608         ///   Looks up a localized string similar to This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet..
609         /// </summary>
610         internal static string JsonRequest_GetNotAllowed {
611             get {
612                 return ResourceManager.GetString("JsonRequest_GetNotAllowed", resourceCulture);
613             }
614         }
615 
616         /// <summary>
617         ///   Looks up a localized string similar to An error occurred when trying to create the IModelBinder &apos;{0}&apos;. Make sure that the binder has a public parameterless constructor..
618         /// </summary>
619         internal static string ModelBinderAttribute_ErrorCreatingModelBinder {
620             get {
621                 return ResourceManager.GetString("ModelBinderAttribute_ErrorCreatingModelBinder", resourceCulture);
622             }
623         }
624 
625         /// <summary>
626         ///   Looks up a localized string similar to The type &apos;{0}&apos; does not implement the IModelBinder interface..
627         /// </summary>
628         internal static string ModelBinderAttribute_TypeNotIModelBinder {
629             get {
630                 return ResourceManager.GetString("ModelBinderAttribute_TypeNotIModelBinder", resourceCulture);
631             }
632         }
633 
634         /// <summary>
635         ///   Looks up a localized string similar to The type &apos;{0}&apos; contains multiple attributes that inherit from CustomModelBinderAttribute..
636         /// </summary>
637         internal static string ModelBinderDictionary_MultipleAttributes {
638             get {
639                 return ResourceManager.GetString("ModelBinderDictionary_MultipleAttributes", resourceCulture);
640             }
641         }
642 
643         /// <summary>
644         ///   Looks up a localized string similar to This property setter is obsolete, because its value is derived from ModelMetadata.Model now..
645         /// </summary>
646         internal static string ModelMetadata_PropertyNotSettable {
647             get {
648                 return ResourceManager.GetString("ModelMetadata_PropertyNotSettable", resourceCulture);
649             }
650         }
651 
652         /// <summary>
653         ///   Looks up a localized string similar to The &apos;inherits&apos; keyword is not allowed when a &apos;{0}&apos; keyword is used..
654         /// </summary>
655         internal static string MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword {
656             get {
657                 return ResourceManager.GetString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword", resourceCulture);
658             }
659         }
660 
661         /// <summary>
662         ///   Looks up a localized string similar to The &apos;{0}&apos; keyword must be followed by a type name on the same line..
663         /// </summary>
664         internal static string MvcRazorCodeParser_ModelKeywordMustBeFollowedByTypeName {
665             get {
666                 return ResourceManager.GetString("MvcRazorCodeParser_ModelKeywordMustBeFollowedByTypeName", resourceCulture);
667             }
668         }
669 
670         /// <summary>
671         ///   Looks up a localized string similar to Only one &apos;{0}&apos; statement is allowed in a file..
672         /// </summary>
673         internal static string MvcRazorCodeParser_OnlyOneModelStatementIsAllowed {
674             get {
675                 return ResourceManager.GetString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed", resourceCulture);
676             }
677         }
678 
679         /// <summary>
680         ///   Looks up a localized string similar to OutputCacheAttribute is not allowed on child actions which are children of an already cached child action..
681         /// </summary>
682         internal static string OutputCacheAttribute_CannotNestChildCache {
683             get {
684                 return ResourceManager.GetString("OutputCacheAttribute_CannotNestChildCache", resourceCulture);
685             }
686         }
687 
688         /// <summary>
689         ///   Looks up a localized string similar to OutputCacheAttribute for child actions only supports Duration, VaryByCustom, and VaryByParam values. Please do not set CacheProfile, Location, NoStore, SqlDependency, VaryByContentEncoding, or VaryByHeader values for child actions..
690         /// </summary>
691         internal static string OutputCacheAttribute_ChildAction_UnsupportedSetting {
692             get {
693                 return ResourceManager.GetString("OutputCacheAttribute_ChildAction_UnsupportedSetting", resourceCulture);
694             }
695         }
696 
697         /// <summary>
698         ///   Looks up a localized string similar to Duration must be a positive number..
699         /// </summary>
700         internal static string OutputCacheAttribute_InvalidDuration {
701             get {
702                 return ResourceManager.GetString("OutputCacheAttribute_InvalidDuration", resourceCulture);
703             }
704         }
705 
706         /// <summary>
707         ///   Looks up a localized string similar to VaryByParam must be &apos;*&apos;, &apos;none&apos;, or a semicolon-delimited list of keys..
708         /// </summary>
709         internal static string OutputCacheAttribute_InvalidVaryByParam {
710             get {
711                 return ResourceManager.GetString("OutputCacheAttribute_InvalidVaryByParam", resourceCulture);
712             }
713         }
714 
715         /// <summary>
716         ///   Looks up a localized string similar to The associated metadata type for type &apos;{0}&apos; contains the following unknown properties or fields: {1}. Please make sure that the names of these members match the names of the properties on the main type..
717         /// </summary>
718         internal static string PrivateAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties {
719             get {
720                 return ResourceManager.GetString("PrivateAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties" +
721                         "", resourceCulture);
722             }
723         }
724 
725         /// <summary>
726         ///   Looks up a localized string similar to Child actions are not allowed to perform redirect actions..
727         /// </summary>
728         internal static string RedirectAction_CannotRedirectInChildAction {
729             get {
730                 return ResourceManager.GetString("RedirectAction_CannotRedirectInChildAction", resourceCulture);
731             }
732         }
733 
734         /// <summary>
735         ///   Looks up a localized string similar to Cannot create a descriptor for instance method &apos;{0}&apos; on type &apos;{1}&apos; because the type does not derive from ControllerBase..
736         /// </summary>
737         internal static string ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType {
738             get {
739                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType", resourceCulture);
740             }
741         }
742 
743         /// <summary>
744         ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; because the parameter &apos;{2}&apos; is passed by reference..
745         /// </summary>
746         internal static string ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters {
747             get {
748                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters", resourceCulture);
749             }
750         }
751 
752         /// <summary>
753         ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; because the action method is a generic method..
754         /// </summary>
755         internal static string ReflectedActionDescriptor_CannotCallOpenGenericMethods {
756             get {
757                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallOpenGenericMethods", resourceCulture);
758             }
759         }
760 
761         /// <summary>
762         ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; because the action method is a static method..
763         /// </summary>
764         internal static string ReflectedActionDescriptor_CannotCallStaticMethod {
765             get {
766                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallStaticMethod", resourceCulture);
767             }
768         }
769 
770         /// <summary>
771         ///   Looks up a localized string similar to The parameters dictionary contains a null entry for parameter &apos;{0}&apos; of non-nullable type &apos;{1}&apos; for method &apos;{2}&apos; in &apos;{3}&apos;. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter..
772         /// </summary>
773         internal static string ReflectedActionDescriptor_ParameterCannotBeNull {
774             get {
775                 return ResourceManager.GetString("ReflectedActionDescriptor_ParameterCannotBeNull", resourceCulture);
776             }
777         }
778 
779         /// <summary>
780         ///   Looks up a localized string similar to The parameters dictionary does not contain an entry for parameter &apos;{0}&apos; of type &apos;{1}&apos; for method &apos;{2}&apos; in &apos;{3}&apos;. The dictionary must contain an entry for each parameter, including parameters that have null values..
781         /// </summary>
782         internal static string ReflectedActionDescriptor_ParameterNotInDictionary {
783             get {
784                 return ResourceManager.GetString("ReflectedActionDescriptor_ParameterNotInDictionary", resourceCulture);
785             }
786         }
787 
788         /// <summary>
789         ///   Looks up a localized string similar to The parameters dictionary contains an invalid entry for parameter &apos;{0}&apos; for method &apos;{1}&apos; in &apos;{2}&apos;. The dictionary contains a value of type &apos;{3}&apos;, but the parameter requires a value of type &apos;{4}&apos;..
790         /// </summary>
791         internal static string ReflectedActionDescriptor_ParameterValueHasWrongType {
792             get {
793                 return ResourceManager.GetString("ReflectedActionDescriptor_ParameterValueHasWrongType", resourceCulture);
794             }
795         }
796 
797         /// <summary>
798         ///   Looks up a localized string similar to The asynchronous action method &apos;{0}&apos; cannot be executed synchronously..
799         /// </summary>
800         internal static string ReflectedAsyncActionDescriptor_CannotExecuteSynchronously {
801             get {
802                 return ResourceManager.GetString("ReflectedAsyncActionDescriptor_CannotExecuteSynchronously", resourceCulture);
803             }
804         }
805 
806         /// <summary>
807         ///   Looks up a localized string similar to The parameter &apos;{0}&apos; on method &apos;{1}&apos; contains multiple attributes that inherit from CustomModelBinderAttribute..
808         /// </summary>
809         internal static string ReflectedParameterBindingInfo_MultipleConverterAttributes {
810             get {
811                 return ResourceManager.GetString("ReflectedParameterBindingInfo_MultipleConverterAttributes", resourceCulture);
812             }
813         }
814 
815         /// <summary>
816         ///   Looks up a localized string similar to No url for remote validation could be found..
817         /// </summary>
818         internal static string RemoteAttribute_NoUrlFound {
819             get {
820                 return ResourceManager.GetString("RemoteAttribute_NoUrlFound", resourceCulture);
821             }
822         }
823 
824         /// <summary>
825         ///   Looks up a localized string similar to &apos;{0}&apos; is invalid..
826         /// </summary>
827         internal static string RemoteAttribute_RemoteValidationFailed {
828             get {
829                 return ResourceManager.GetString("RemoteAttribute_RemoteValidationFailed", resourceCulture);
830             }
831         }
832 
833         /// <summary>
834         ///   Looks up a localized string similar to The requested resource can only be accessed via SSL..
835         /// </summary>
836         internal static string RequireHttpsAttribute_MustUseSsl {
837             get {
838                 return ResourceManager.GetString("RequireHttpsAttribute_MustUseSsl", resourceCulture);
839             }
840         }
841 
842         /// <summary>
843         ///   Looks up a localized string similar to The SessionStateTempDataProvider class requires session state to be enabled..
844         /// </summary>
845         internal static string SessionStateTempDataProvider_SessionStateDisabled {
846             get {
847                 return ResourceManager.GetString("SessionStateTempDataProvider_SessionStateDisabled", resourceCulture);
848             }
849         }
850 
851         /// <summary>
852         ///   Looks up a localized string similar to An instance of {0} was found in the resolver as well as a custom registered provider in {1}. Please set only one or the other..
853         /// </summary>
854         internal static string SingleServiceResolver_CannotRegisterTwoInstances {
855             get {
856                 return ResourceManager.GetString("SingleServiceResolver_CannotRegisterTwoInstances", resourceCulture);
857             }
858         }
859 
860         /// <summary>
861         ///   Looks up a localized string similar to An operation that crossed a synchronization context failed. See the inner exception for more information..
862         /// </summary>
863         internal static string SynchronizationContextUtil_ExceptionThrown {
864             get {
865                 return ResourceManager.GetString("SynchronizationContextUtil_ExceptionThrown", resourceCulture);
866             }
867         }
868 
869         /// <summary>
870         ///   Looks up a localized string similar to Unable to locate an appropriate template for type {0}..
871         /// </summary>
872         internal static string TemplateHelpers_NoTemplate {
873             get {
874                 return ResourceManager.GetString("TemplateHelpers_NoTemplate", resourceCulture);
875             }
876         }
877 
878         /// <summary>
879         ///   Looks up a localized string similar to Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions..
880         /// </summary>
881         internal static string TemplateHelpers_TemplateLimitations {
882             get {
883                 return ResourceManager.GetString("TemplateHelpers_TemplateLimitations", resourceCulture);
884             }
885         }
886 
887         /// <summary>
888         ///   Looks up a localized string similar to The Collection template was used with an object of type &apos;{0}&apos;, which does not implement System.IEnumerable..
889         /// </summary>
890         internal static string Templates_TypeMustImplementIEnumerable {
891             get {
892                 return ResourceManager.GetString("Templates_TypeMustImplementIEnumerable", resourceCulture);
893             }
894         }
895 
896         /// <summary>
897         ///   Looks up a localized string similar to This file is automatically generated. Please do not modify the contents of this file..
898         /// </summary>
899         internal static string TypeCache_DoNotModify {
900             get {
901                 return ResourceManager.GetString("TypeCache_DoNotModify", resourceCulture);
902             }
903         }
904 
905         /// <summary>
906         ///   Looks up a localized string similar to The model object inside the metadata claimed to be compatible with {0}, but was actually {1}..
907         /// </summary>
908         internal static string ValidatableObjectAdapter_IncompatibleType {
909             get {
910                 return ResourceManager.GetString("ValidatableObjectAdapter_IncompatibleType", resourceCulture);
911             }
912         }
913 
914         /// <summary>
915         ///   Looks up a localized string similar to The parameter conversion from type &apos;{0}&apos; to type &apos;{1}&apos; failed. See the inner exception for more information..
916         /// </summary>
917         internal static string ValueProviderResult_ConversionThrew {
918             get {
919                 return ResourceManager.GetString("ValueProviderResult_ConversionThrew", resourceCulture);
920             }
921         }
922 
923         /// <summary>
924         ///   Looks up a localized string similar to The parameter conversion from type &apos;{0}&apos; to type &apos;{1}&apos; failed because no type converter can convert between these types..
925         /// </summary>
926         internal static string ValueProviderResult_NoConverterExists {
927             get {
928                 return ResourceManager.GetString("ValueProviderResult_NoConverterExists", resourceCulture);
929             }
930         }
931 
932         /// <summary>
933         ///   Looks up a localized string similar to The model item passed into the dictionary is null, but this dictionary requires a non-null model item of type &apos;{0}&apos;..
934         /// </summary>
935         internal static string ViewDataDictionary_ModelCannotBeNull {
936             get {
937                 return ResourceManager.GetString("ViewDataDictionary_ModelCannotBeNull", resourceCulture);
938             }
939         }
940 
941         /// <summary>
942         ///   Looks up a localized string similar to The model item passed into the dictionary is of type &apos;{0}&apos;, but this dictionary requires a model item of type &apos;{1}&apos;..
943         /// </summary>
944         internal static string ViewDataDictionary_WrongTModelType {
945             get {
946                 return ResourceManager.GetString("ViewDataDictionary_WrongTModelType", resourceCulture);
947             }
948         }
949 
950         /// <summary>
951         ///   Looks up a localized string similar to A ViewMasterPage can be used only with content pages that derive from ViewPage or ViewPage&lt;TModel&gt;..
952         /// </summary>
953         internal static string ViewMasterPage_RequiresViewPage {
954             get {
955                 return ResourceManager.GetString("ViewMasterPage_RequiresViewPage", resourceCulture);
956             }
957         }
958 
959         /// <summary>
960         ///   Looks up a localized string similar to Execution of the child request failed. Please examine the InnerException for more information..
961         /// </summary>
962         internal static string ViewPageHttpHandlerWrapper_ExceptionOccurred {
963             get {
964                 return ResourceManager.GetString("ViewPageHttpHandlerWrapper_ExceptionOccurred", resourceCulture);
965             }
966         }
967 
968         /// <summary>
969         ///   Looks up a localized string similar to A ViewStartPage can be used only with with a page that derives from WebViewPage or another ViewStartPage..
970         /// </summary>
971         internal static string ViewStartPage_RequiresMvcRazorView {
972             get {
973                 return ResourceManager.GetString("ViewStartPage_RequiresMvcRazorView", resourceCulture);
974             }
975         }
976 
977         /// <summary>
978         ///   Looks up a localized string similar to The ViewUserControl &apos;{0}&apos; cannot find an IViewDataContainer object. The ViewUserControl must be inside a ViewPage, a ViewMasterPage, or another ViewUserControl..
979         /// </summary>
980         internal static string ViewUserControl_RequiresViewDataProvider {
981             get {
982                 return ResourceManager.GetString("ViewUserControl_RequiresViewDataProvider", resourceCulture);
983             }
984         }
985 
986         /// <summary>
987         ///   Looks up a localized string similar to A ViewUserControl can be used only in pages that derive from ViewPage or ViewPage&lt;TModel&gt;..
988         /// </summary>
989         internal static string ViewUserControl_RequiresViewPage {
990             get {
991                 return ResourceManager.GetString("ViewUserControl_RequiresViewPage", resourceCulture);
992             }
993         }
994 
995         /// <summary>
996         ///   Looks up a localized string similar to A master name cannot be specified when the view is a ViewUserControl..
997         /// </summary>
998         internal static string WebFormViewEngine_UserControlCannotHaveMaster {
999             get {
1000                 return ResourceManager.GetString("WebFormViewEngine_UserControlCannotHaveMaster", resourceCulture);
1001             }
1002         }
1003 
1004         /// <summary>
1005         ///   Looks up a localized string similar to The view found at &apos;{0}&apos; was not created..
1006         /// </summary>
1007         internal static string WebFormViewEngine_ViewCouldNotBeCreated {
1008             get {
1009                 return ResourceManager.GetString("WebFormViewEngine_ViewCouldNotBeCreated", resourceCulture);
1010             }
1011         }
1012 
1013         /// <summary>
1014         ///   Looks up a localized string similar to The view at &apos;{0}&apos; must derive from ViewPage, ViewPage&lt;TModel&gt;, ViewUserControl, or ViewUserControl&lt;TModel&gt;..
1015         /// </summary>
1016         internal static string WebFormViewEngine_WrongViewBase {
1017             get {
1018                 return ResourceManager.GetString("WebFormViewEngine_WrongViewBase", resourceCulture);
1019             }
1020         }
1021     }
1022 }
1023