//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Web.Mvc.Resources { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class MvcResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MvcResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Mvc.Resources.MvcResources", typeof(MvcResources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The current request for action '{0}' on controller type '{1}' is ambiguous between the following action methods:{2}. /// internal static string ActionMethodSelector_AmbiguousMatch { get { return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatch", resourceCulture); } } /// /// Looks up a localized string similar to {0} on type {1}. /// internal static string ActionMethodSelector_AmbiguousMatchType { get { return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatchType", resourceCulture); } } /// /// Looks up a localized string similar to Lookup for method '{0}' on controller type '{1}' failed because of an ambiguity between the following methods:{2}. /// internal static string AsyncActionMethodSelector_AmbiguousMethodMatch { get { return ResourceManager.GetString("AsyncActionMethodSelector_AmbiguousMethodMatch", resourceCulture); } } /// /// Looks up a localized string similar to Could not locate a method named '{0}' on controller type {1}.. /// internal static string AsyncActionMethodSelector_CouldNotFindMethod { get { return ResourceManager.GetString("AsyncActionMethodSelector_CouldNotFindMethod", resourceCulture); } } /// /// Looks up a localized string similar to The provided IAsyncResult has already been consumed.. /// internal static string AsyncCommon_AsyncResultAlreadyConsumed { get { return ResourceManager.GetString("AsyncCommon_AsyncResultAlreadyConsumed", resourceCulture); } } /// /// Looks up a localized string similar to The controller of type '{0}' must subclass AsyncController or implement the IAsyncManagerContainer interface.. /// internal static string AsyncCommon_ControllerMustImplementIAsyncManagerContainer { get { return ResourceManager.GetString("AsyncCommon_ControllerMustImplementIAsyncManagerContainer", resourceCulture); } } /// /// Looks up a localized string similar to The provided IAsyncResult is not valid for this method.. /// internal static string AsyncCommon_InvalidAsyncResult { get { return ResourceManager.GetString("AsyncCommon_InvalidAsyncResult", resourceCulture); } } /// /// Looks up a localized string similar to The timeout value must be non-negative or Timeout.Infinite.. /// internal static string AsyncCommon_InvalidTimeout { get { return ResourceManager.GetString("AsyncCommon_InvalidTimeout", resourceCulture); } } /// /// Looks up a localized string similar to AuthorizeAttribute cannot be used within a child action caching block.. /// internal static string AuthorizeAttribute_CannotUseWithinChildActionCache { get { return ResourceManager.GetString("AuthorizeAttribute_CannotUseWithinChildActionCache", resourceCulture); } } /// /// Looks up a localized string similar to The action '{0}' is accessible only by a child request.. /// internal static string ChildActionOnlyAttribute_MustBeInChildRequest { get { return ResourceManager.GetString("ChildActionOnlyAttribute_MustBeInChildRequest", resourceCulture); } } /// /// Looks up a localized string similar to The field {0} must be a number.. /// internal static string ClientDataTypeModelValidatorProvider_FieldMustBeNumeric { get { return ResourceManager.GetString("ClientDataTypeModelValidatorProvider_FieldMustBeNumeric", resourceCulture); } } /// /// Looks up a localized string similar to No route in the route table matches the supplied values.. /// internal static string Common_NoRouteMatched { get { return ResourceManager.GetString("Common_NoRouteMatched", resourceCulture); } } /// /// Looks up a localized string similar to Value cannot be null or empty.. /// internal static string Common_NullOrEmpty { get { return ResourceManager.GetString("Common_NullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The partial view '{0}' was not found or no view engine supports the searched locations. The following locations were searched:{1}. /// internal static string Common_PartialViewNotFound { get { return ResourceManager.GetString("Common_PartialViewNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The property '{0}' cannot be null or empty.. /// internal static string Common_PropertyCannotBeNullOrEmpty { get { return ResourceManager.GetString("Common_PropertyCannotBeNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The property {0}.{1} could not be found.. /// internal static string Common_PropertyNotFound { get { return ResourceManager.GetString("Common_PropertyNotFound", resourceCulture); } } /// /// Looks up a localized string similar to False. /// internal static string Common_TriState_False { get { return ResourceManager.GetString("Common_TriState_False", resourceCulture); } } /// /// Looks up a localized string similar to Not Set. /// internal static string Common_TriState_NotSet { get { return ResourceManager.GetString("Common_TriState_NotSet", resourceCulture); } } /// /// Looks up a localized string similar to True. /// internal static string Common_TriState_True { get { return ResourceManager.GetString("Common_TriState_True", resourceCulture); } } /// /// Looks up a localized string similar to The type {0} must derive from {1}. /// internal static string Common_TypeMustDriveFromType { get { return ResourceManager.GetString("Common_TypeMustDriveFromType", resourceCulture); } } /// /// Looks up a localized string similar to The value '{0}' is invalid.. /// internal static string Common_ValueNotValidForProperty { get { return ResourceManager.GetString("Common_ValueNotValidForProperty", resourceCulture); } } /// /// Looks up a localized string similar to The view '{0}' or its master was not found or no view engine supports the searched locations. The following locations were searched:{1}. /// internal static string Common_ViewNotFound { get { return ResourceManager.GetString("Common_ViewNotFound", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' and '{1}' do not match.. /// internal static string CompareAttribute_MustMatch { get { return ResourceManager.GetString("CompareAttribute_MustMatch", resourceCulture); } } /// /// Looks up a localized string similar to Could not find a property named {0}.. /// internal static string CompareAttribute_UnknownProperty { get { return ResourceManager.GetString("CompareAttribute_UnknownProperty", resourceCulture); } } /// /// Looks up a localized string similar to A public action method '{0}' was not found on controller '{1}'.. /// internal static string Controller_UnknownAction { get { return ResourceManager.GetString("Controller_UnknownAction", resourceCulture); } } /// /// Looks up a localized string similar to The model of type '{0}' could not be updated.. /// internal static string Controller_UpdateModel_UpdateUnsuccessful { get { return ResourceManager.GetString("Controller_UpdateModel_UpdateUnsuccessful", resourceCulture); } } /// /// Looks up a localized string similar to The model of type '{0}' is not valid.. /// internal static string Controller_Validate_ValidationFailed { get { return ResourceManager.GetString("Controller_Validate_ValidationFailed", resourceCulture); } } /// /// Looks up a localized string similar to Cannot execute Controller with a null HttpContext.. /// internal static string ControllerBase_CannotExecuteWithNullHttpContext { get { return ResourceManager.GetString("ControllerBase_CannotExecuteWithNullHttpContext", resourceCulture); } } /// /// Looks up a localized string similar to A single instance of controller '{0}' 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.. /// internal static string ControllerBase_CannotHandleMultipleRequests { get { return ResourceManager.GetString("ControllerBase_CannotHandleMultipleRequests", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred when trying to create the IControllerFactory '{0}'. Make sure that the controller factory has a public parameterless constructor.. /// internal static string ControllerBuilder_ErrorCreatingControllerFactory { get { return ResourceManager.GetString("ControllerBuilder_ErrorCreatingControllerFactory", resourceCulture); } } /// /// Looks up a localized string similar to The IControllerFactory '{0}' did not return a controller for the name '{1}'.. /// internal static string ControllerBuilder_FactoryReturnedNull { get { return ResourceManager.GetString("ControllerBuilder_FactoryReturnedNull", resourceCulture); } } /// /// Looks up a localized string similar to The controller factory type '{0}' must implement the IControllerFactory interface.. /// internal static string ControllerBuilder_MissingIControllerFactory { get { return ResourceManager.GetString("ControllerBuilder_MissingIControllerFactory", resourceCulture); } } /// /// Looks up a localized string similar to The view found at '{0}' was not created.. /// internal static string CshtmlView_ViewCouldNotBeCreated { get { return ResourceManager.GetString("CshtmlView_ViewCouldNotBeCreated", resourceCulture); } } /// /// Looks up a localized string similar to The view at '{0}' must derive from WebViewPage, or WebViewPage<TModel>.. /// internal static string CshtmlView_WrongViewBase { get { return ResourceManager.GetString("CshtmlView_WrongViewBase", resourceCulture); } } /// /// Looks up a localized string similar to {0} has a DisplayColumn attribute for {1}, but property {1} does not exist.. /// internal static string DataAnnotationsModelMetadataProvider_UnknownProperty { get { return ResourceManager.GetString("DataAnnotationsModelMetadataProvider_UnknownProperty", resourceCulture); } } /// /// Looks up a localized string similar to {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public getter.. /// internal static string DataAnnotationsModelMetadataProvider_UnreadableProperty { get { return ResourceManager.GetString("DataAnnotationsModelMetadataProvider_UnreadableProperty", resourceCulture); } } /// /// 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}. /// internal static string DataAnnotationsModelValidatorProvider_ConstructorRequirements { get { return ResourceManager.GetString("DataAnnotationsModelValidatorProvider_ConstructorRequirements", resourceCulture); } } /// /// Looks up a localized string similar to The type {0} must have a public constructor which accepts two parameters of types {1} and {2}.. /// internal static string DataAnnotationsModelValidatorProvider_ValidatableConstructorRequirements { get { return ResourceManager.GetString("DataAnnotationsModelValidatorProvider_ValidatableConstructorRequirements", resourceCulture); } } /// /// Looks up a localized string similar to Multiple types were found that match the controller named '{0}'. 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 'MapRoute' method that takes a 'namespaces' parameter. /// ///The request for '{0}' has found the following matching controllers:{1}. /// internal static string DefaultControllerFactory_ControllerNameAmbiguous_WithoutRouteUrl { get { return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous_WithoutRouteUrl", resourceCulture); } } /// /// Looks up a localized string similar to Multiple types were found that match the controller named '{0}'. This can happen if the route that services this request ('{1}') 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 'MapRoute' method that takes a 'namespaces' parameter. /// ///The request for '{0}' has found the following matching controllers:{2}. /// internal static string DefaultControllerFactory_ControllerNameAmbiguous_WithRouteUrl { get { return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous_WithRouteUrl", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred when trying to create a controller of type '{0}'. Make sure that the controller has a parameterless public constructor.. /// internal static string DefaultControllerFactory_ErrorCreatingController { get { return ResourceManager.GetString("DefaultControllerFactory_ErrorCreatingController", resourceCulture); } } /// /// Looks up a localized string similar to The controller for path '{0}' was not found or does not implement IController.. /// internal static string DefaultControllerFactory_NoControllerFound { get { return ResourceManager.GetString("DefaultControllerFactory_NoControllerFound", resourceCulture); } } /// /// Looks up a localized string similar to The controller type '{0}' must implement IController.. /// internal static string DefaultControllerFactory_TypeDoesNotSubclassControllerBase { get { return ResourceManager.GetString("DefaultControllerFactory_TypeDoesNotSubclassControllerBase", resourceCulture); } } /// /// Looks up a localized string similar to The value '{0}' is not valid for {1}.. /// internal static string DefaultModelBinder_ValueInvalid { get { return ResourceManager.GetString("DefaultModelBinder_ValueInvalid", resourceCulture); } } /// /// Looks up a localized string similar to A value is required.. /// internal static string DefaultModelBinder_ValueRequired { get { return ResourceManager.GetString("DefaultModelBinder_ValueRequired", resourceCulture); } } /// /// Looks up a localized string similar to The number of ticks for the TimeSpan value must be greater than or equal to 0.. /// internal static string DefaultViewLocationCache_NegativeTimeSpan { get { return ResourceManager.GetString("DefaultViewLocationCache_NegativeTimeSpan", resourceCulture); } } /// /// Looks up a localized string similar to The type {0} does not appear to implement Microsoft.Practices.ServiceLocation.IServiceLocator.. /// internal static string DependencyResolver_DoesNotImplementICommonServiceLocator { get { return ResourceManager.GetString("DependencyResolver_DoesNotImplementICommonServiceLocator", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' does not inherit from Exception.. /// internal static string ExceptionViewAttribute_NonExceptionType { get { return ResourceManager.GetString("ExceptionViewAttribute_NonExceptionType", resourceCulture); } } /// /// Looks up a localized string similar to The expression compiler was unable to evaluate the indexer expression '{0}' because it references the model parameter '{1}' which is unavailable.. /// internal static string ExpressionHelper_InvalidIndexerExpression { get { return ResourceManager.GetString("ExpressionHelper_InvalidIndexerExpression", resourceCulture); } } /// /// Looks up a localized string similar to Order must be greater than or equal to -1.. /// internal static string FilterAttribute_OrderOutOfRange { get { return ResourceManager.GetString("FilterAttribute_OrderOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to The GET and POST HTTP methods are not supported.. /// internal static string HtmlHelper_InvalidHttpMethod { get { return ResourceManager.GetString("HtmlHelper_InvalidHttpMethod", resourceCulture); } } /// /// Looks up a localized string similar to The specified HttpVerbs value is not supported. The supported values are Delete, Head, and Put.. /// internal static string HtmlHelper_InvalidHttpVerb { get { return ResourceManager.GetString("HtmlHelper_InvalidHttpVerb", resourceCulture); } } /// /// Looks up a localized string similar to There is no ViewData item of type '{1}' that has the key '{0}'.. /// internal static string HtmlHelper_MissingSelectData { get { return ResourceManager.GetString("HtmlHelper_MissingSelectData", resourceCulture); } } /// /// Looks up a localized string similar to The value must be greater than or equal to zero.. /// internal static string HtmlHelper_TextAreaParameterOutOfRange { get { return ResourceManager.GetString("HtmlHelper_TextAreaParameterOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Validation parameter names in unobtrusive client validation rules cannot be empty. Client rule type: {0}. /// internal static string HtmlHelper_ValidationParameterCannotBeEmpty { get { return ResourceManager.GetString("HtmlHelper_ValidationParameterCannotBeEmpty", resourceCulture); } } /// /// 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}. /// internal static string HtmlHelper_ValidationParameterMustBeLegal { get { return ResourceManager.GetString("HtmlHelper_ValidationParameterMustBeLegal", resourceCulture); } } /// /// Looks up a localized string similar to Validation type names in unobtrusive client validation rules cannot be empty. Client rule type: {0}. /// internal static string HtmlHelper_ValidationTypeCannotBeEmpty { get { return ResourceManager.GetString("HtmlHelper_ValidationTypeCannotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Validation type names in unobtrusive client validation rules must consist of only lowercase letters. Invalid name: "{0}", client rule type: {1}. /// internal static string HtmlHelper_ValidationTypeMustBeLegal { get { return ResourceManager.GetString("HtmlHelper_ValidationTypeMustBeLegal", resourceCulture); } } /// /// 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}. /// internal static string HtmlHelper_ValidationTypeMustBeUnique { get { return ResourceManager.GetString("HtmlHelper_ValidationTypeMustBeUnique", resourceCulture); } } /// /// Looks up a localized string similar to The ViewData item that has the key '{0}' is of type '{1}' but must be of type '{2}'.. /// internal static string HtmlHelper_WrongSelectDataType { get { return ResourceManager.GetString("HtmlHelper_WrongSelectDataType", resourceCulture); } } /// /// 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.. /// internal static string JsonRequest_GetNotAllowed { get { return ResourceManager.GetString("JsonRequest_GetNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred when trying to create the IModelBinder '{0}'. Make sure that the binder has a public parameterless constructor.. /// internal static string ModelBinderAttribute_ErrorCreatingModelBinder { get { return ResourceManager.GetString("ModelBinderAttribute_ErrorCreatingModelBinder", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' does not implement the IModelBinder interface.. /// internal static string ModelBinderAttribute_TypeNotIModelBinder { get { return ResourceManager.GetString("ModelBinderAttribute_TypeNotIModelBinder", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' contains multiple attributes that inherit from CustomModelBinderAttribute.. /// internal static string ModelBinderDictionary_MultipleAttributes { get { return ResourceManager.GetString("ModelBinderDictionary_MultipleAttributes", resourceCulture); } } /// /// Looks up a localized string similar to This property setter is obsolete, because its value is derived from ModelMetadata.Model now.. /// internal static string ModelMetadata_PropertyNotSettable { get { return ResourceManager.GetString("ModelMetadata_PropertyNotSettable", resourceCulture); } } /// /// Looks up a localized string similar to The 'inherits' keyword is not allowed when a '{0}' keyword is used.. /// internal static string MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword { get { return ResourceManager.GetString("MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword", resourceCulture); } } /// /// Looks up a localized string similar to The '{0}' keyword must be followed by a type name on the same line.. /// internal static string MvcRazorCodeParser_ModelKeywordMustBeFollowedByTypeName { get { return ResourceManager.GetString("MvcRazorCodeParser_ModelKeywordMustBeFollowedByTypeName", resourceCulture); } } /// /// Looks up a localized string similar to Only one '{0}' statement is allowed in a file.. /// internal static string MvcRazorCodeParser_OnlyOneModelStatementIsAllowed { get { return ResourceManager.GetString("MvcRazorCodeParser_OnlyOneModelStatementIsAllowed", resourceCulture); } } /// /// Looks up a localized string similar to OutputCacheAttribute is not allowed on child actions which are children of an already cached child action.. /// internal static string OutputCacheAttribute_CannotNestChildCache { get { return ResourceManager.GetString("OutputCacheAttribute_CannotNestChildCache", resourceCulture); } } /// /// 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.. /// internal static string OutputCacheAttribute_ChildAction_UnsupportedSetting { get { return ResourceManager.GetString("OutputCacheAttribute_ChildAction_UnsupportedSetting", resourceCulture); } } /// /// Looks up a localized string similar to Duration must be a positive number.. /// internal static string OutputCacheAttribute_InvalidDuration { get { return ResourceManager.GetString("OutputCacheAttribute_InvalidDuration", resourceCulture); } } /// /// Looks up a localized string similar to VaryByParam must be '*', 'none', or a semicolon-delimited list of keys.. /// internal static string OutputCacheAttribute_InvalidVaryByParam { get { return ResourceManager.GetString("OutputCacheAttribute_InvalidVaryByParam", resourceCulture); } } /// /// Looks up a localized string similar to The associated metadata type for type '{0}' 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.. /// internal static string PrivateAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties { get { return ResourceManager.GetString("PrivateAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties" + "", resourceCulture); } } /// /// Looks up a localized string similar to Child actions are not allowed to perform redirect actions.. /// internal static string RedirectAction_CannotRedirectInChildAction { get { return ResourceManager.GetString("RedirectAction_CannotRedirectInChildAction", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create a descriptor for instance method '{0}' on type '{1}' because the type does not derive from ControllerBase.. /// internal static string ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType", resourceCulture); } } /// /// Looks up a localized string similar to Cannot call action method '{0}' on controller '{1}' because the parameter '{2}' is passed by reference.. /// internal static string ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters", resourceCulture); } } /// /// Looks up a localized string similar to Cannot call action method '{0}' on controller '{1}' because the action method is a generic method.. /// internal static string ReflectedActionDescriptor_CannotCallOpenGenericMethods { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallOpenGenericMethods", resourceCulture); } } /// /// Looks up a localized string similar to Cannot call action method '{0}' on controller '{1}' because the action method is a static method.. /// internal static string ReflectedActionDescriptor_CannotCallStaticMethod { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallStaticMethod", resourceCulture); } } /// /// Looks up a localized string similar to The parameters dictionary contains a null entry for parameter '{0}' of non-nullable type '{1}' for method '{2}' in '{3}'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.. /// internal static string ReflectedActionDescriptor_ParameterCannotBeNull { get { return ResourceManager.GetString("ReflectedActionDescriptor_ParameterCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to The parameters dictionary does not contain an entry for parameter '{0}' of type '{1}' for method '{2}' in '{3}'. The dictionary must contain an entry for each parameter, including parameters that have null values.. /// internal static string ReflectedActionDescriptor_ParameterNotInDictionary { get { return ResourceManager.GetString("ReflectedActionDescriptor_ParameterNotInDictionary", resourceCulture); } } /// /// Looks up a localized string similar to The parameters dictionary contains an invalid entry for parameter '{0}' for method '{1}' in '{2}'. The dictionary contains a value of type '{3}', but the parameter requires a value of type '{4}'.. /// internal static string ReflectedActionDescriptor_ParameterValueHasWrongType { get { return ResourceManager.GetString("ReflectedActionDescriptor_ParameterValueHasWrongType", resourceCulture); } } /// /// Looks up a localized string similar to The asynchronous action method '{0}' cannot be executed synchronously.. /// internal static string ReflectedAsyncActionDescriptor_CannotExecuteSynchronously { get { return ResourceManager.GetString("ReflectedAsyncActionDescriptor_CannotExecuteSynchronously", resourceCulture); } } /// /// Looks up a localized string similar to The parameter '{0}' on method '{1}' contains multiple attributes that inherit from CustomModelBinderAttribute.. /// internal static string ReflectedParameterBindingInfo_MultipleConverterAttributes { get { return ResourceManager.GetString("ReflectedParameterBindingInfo_MultipleConverterAttributes", resourceCulture); } } /// /// Looks up a localized string similar to No url for remote validation could be found.. /// internal static string RemoteAttribute_NoUrlFound { get { return ResourceManager.GetString("RemoteAttribute_NoUrlFound", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is invalid.. /// internal static string RemoteAttribute_RemoteValidationFailed { get { return ResourceManager.GetString("RemoteAttribute_RemoteValidationFailed", resourceCulture); } } /// /// Looks up a localized string similar to The requested resource can only be accessed via SSL.. /// internal static string RequireHttpsAttribute_MustUseSsl { get { return ResourceManager.GetString("RequireHttpsAttribute_MustUseSsl", resourceCulture); } } /// /// Looks up a localized string similar to The SessionStateTempDataProvider class requires session state to be enabled.. /// internal static string SessionStateTempDataProvider_SessionStateDisabled { get { return ResourceManager.GetString("SessionStateTempDataProvider_SessionStateDisabled", resourceCulture); } } /// /// 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.. /// internal static string SingleServiceResolver_CannotRegisterTwoInstances { get { return ResourceManager.GetString("SingleServiceResolver_CannotRegisterTwoInstances", resourceCulture); } } /// /// Looks up a localized string similar to An operation that crossed a synchronization context failed. See the inner exception for more information.. /// internal static string SynchronizationContextUtil_ExceptionThrown { get { return ResourceManager.GetString("SynchronizationContextUtil_ExceptionThrown", resourceCulture); } } /// /// Looks up a localized string similar to Unable to locate an appropriate template for type {0}.. /// internal static string TemplateHelpers_NoTemplate { get { return ResourceManager.GetString("TemplateHelpers_NoTemplate", resourceCulture); } } /// /// 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.. /// internal static string TemplateHelpers_TemplateLimitations { get { return ResourceManager.GetString("TemplateHelpers_TemplateLimitations", resourceCulture); } } /// /// Looks up a localized string similar to The Collection template was used with an object of type '{0}', which does not implement System.IEnumerable.. /// internal static string Templates_TypeMustImplementIEnumerable { get { return ResourceManager.GetString("Templates_TypeMustImplementIEnumerable", resourceCulture); } } /// /// Looks up a localized string similar to This file is automatically generated. Please do not modify the contents of this file.. /// internal static string TypeCache_DoNotModify { get { return ResourceManager.GetString("TypeCache_DoNotModify", resourceCulture); } } /// /// Looks up a localized string similar to The model object inside the metadata claimed to be compatible with {0}, but was actually {1}.. /// internal static string ValidatableObjectAdapter_IncompatibleType { get { return ResourceManager.GetString("ValidatableObjectAdapter_IncompatibleType", resourceCulture); } } /// /// Looks up a localized string similar to The parameter conversion from type '{0}' to type '{1}' failed. See the inner exception for more information.. /// internal static string ValueProviderResult_ConversionThrew { get { return ResourceManager.GetString("ValueProviderResult_ConversionThrew", resourceCulture); } } /// /// Looks up a localized string similar to The parameter conversion from type '{0}' to type '{1}' failed because no type converter can convert between these types.. /// internal static string ValueProviderResult_NoConverterExists { get { return ResourceManager.GetString("ValueProviderResult_NoConverterExists", resourceCulture); } } /// /// 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 '{0}'.. /// internal static string ViewDataDictionary_ModelCannotBeNull { get { return ResourceManager.GetString("ViewDataDictionary_ModelCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to The model item passed into the dictionary is of type '{0}', but this dictionary requires a model item of type '{1}'.. /// internal static string ViewDataDictionary_WrongTModelType { get { return ResourceManager.GetString("ViewDataDictionary_WrongTModelType", resourceCulture); } } /// /// Looks up a localized string similar to A ViewMasterPage can be used only with content pages that derive from ViewPage or ViewPage<TModel>.. /// internal static string ViewMasterPage_RequiresViewPage { get { return ResourceManager.GetString("ViewMasterPage_RequiresViewPage", resourceCulture); } } /// /// Looks up a localized string similar to Execution of the child request failed. Please examine the InnerException for more information.. /// internal static string ViewPageHttpHandlerWrapper_ExceptionOccurred { get { return ResourceManager.GetString("ViewPageHttpHandlerWrapper_ExceptionOccurred", resourceCulture); } } /// /// Looks up a localized string similar to A ViewStartPage can be used only with with a page that derives from WebViewPage or another ViewStartPage.. /// internal static string ViewStartPage_RequiresMvcRazorView { get { return ResourceManager.GetString("ViewStartPage_RequiresMvcRazorView", resourceCulture); } } /// /// Looks up a localized string similar to The ViewUserControl '{0}' cannot find an IViewDataContainer object. The ViewUserControl must be inside a ViewPage, a ViewMasterPage, or another ViewUserControl.. /// internal static string ViewUserControl_RequiresViewDataProvider { get { return ResourceManager.GetString("ViewUserControl_RequiresViewDataProvider", resourceCulture); } } /// /// Looks up a localized string similar to A ViewUserControl can be used only in pages that derive from ViewPage or ViewPage<TModel>.. /// internal static string ViewUserControl_RequiresViewPage { get { return ResourceManager.GetString("ViewUserControl_RequiresViewPage", resourceCulture); } } /// /// Looks up a localized string similar to A master name cannot be specified when the view is a ViewUserControl.. /// internal static string WebFormViewEngine_UserControlCannotHaveMaster { get { return ResourceManager.GetString("WebFormViewEngine_UserControlCannotHaveMaster", resourceCulture); } } /// /// Looks up a localized string similar to The view found at '{0}' was not created.. /// internal static string WebFormViewEngine_ViewCouldNotBeCreated { get { return ResourceManager.GetString("WebFormViewEngine_ViewCouldNotBeCreated", resourceCulture); } } /// /// Looks up a localized string similar to The view at '{0}' must derive from ViewPage, ViewPage<TModel>, ViewUserControl, or ViewUserControl<TModel>.. /// internal static string WebFormViewEngine_WrongViewBase { get { return ResourceManager.GetString("WebFormViewEngine_WrongViewBase", resourceCulture); } } } }