// namespace Microsoft.AspNet.Mvc.Core { using System.Globalization; using System.Reflection; using System.Resources; internal static class Resources { private static readonly ResourceManager _resourceManager = new ResourceManager("Microsoft.AspNet.Mvc.Core.Resources", typeof(Resources).GetTypeInfo().Assembly); /// /// The argument '{0}' is invalid. Media types which match all types or match all subtypes are not supported. /// internal static string MatchAllContentTypeIsNotAllowed { get { return GetString("MatchAllContentTypeIsNotAllowed"); } } /// /// The argument '{0}' is invalid. Media types which match all types or match all subtypes are not supported. /// internal static string FormatMatchAllContentTypeIsNotAllowed(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("MatchAllContentTypeIsNotAllowed"), p0); } /// /// The content-type '{0}' added in the '{1}' property is invalid. Media types which match all types or match all subtypes are not supported. /// internal static string ObjectResult_MatchAllContentType { get { return GetString("ObjectResult_MatchAllContentType"); } } /// /// The content-type '{0}' added in the '{1}' property is invalid. Media types which match all types or match all subtypes are not supported. /// internal static string FormatObjectResult_MatchAllContentType(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ObjectResult_MatchAllContentType"), p0, p1); } /// /// The method '{0}' on type '{1}' returned an instance of '{2}'. Make sure to call Unwrap on the returned value to avoid unobserved faulted Task. /// internal static string ActionExecutor_WrappedTaskInstance { get { return GetString("ActionExecutor_WrappedTaskInstance"); } } /// /// The method '{0}' on type '{1}' returned an instance of '{2}'. Make sure to call Unwrap on the returned value to avoid unobserved faulted Task. /// internal static string FormatActionExecutor_WrappedTaskInstance(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("ActionExecutor_WrappedTaskInstance"), p0, p1, p2); } /// /// The method '{0}' on type '{1}' returned a Task instance even though it is not an asynchronous method. /// internal static string ActionExecutor_UnexpectedTaskInstance { get { return GetString("ActionExecutor_UnexpectedTaskInstance"); } } /// /// The method '{0}' on type '{1}' returned a Task instance even though it is not an asynchronous method. /// internal static string FormatActionExecutor_UnexpectedTaskInstance(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ActionExecutor_UnexpectedTaskInstance"), p0, p1); } /// /// Replacing the action context is not supported. /// internal static string ActionContextAccessor_SetValueNotSupported { get { return GetString("ActionContextAccessor_SetValueNotSupported"); } } /// /// Replacing the action context is not supported. /// internal static string FormatActionContextAccessor_SetValueNotSupported() { return GetString("ActionContextAccessor_SetValueNotSupported"); } /// /// An action invoker could not be created for action '{0}'. /// internal static string ActionInvokerFactory_CouldNotCreateInvoker { get { return GetString("ActionInvokerFactory_CouldNotCreateInvoker"); } } /// /// An action invoker could not be created for action '{0}'. /// internal static string FormatActionInvokerFactory_CouldNotCreateInvoker(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("ActionInvokerFactory_CouldNotCreateInvoker"), p0); } /// /// The action descriptor must be of type '{0}'. /// internal static string ActionDescriptorMustBeBasedOnControllerAction { get { return GetString("ActionDescriptorMustBeBasedOnControllerAction"); } } /// /// The action descriptor must be of type '{0}'. /// internal static string FormatActionDescriptorMustBeBasedOnControllerAction(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("ActionDescriptorMustBeBasedOnControllerAction"), p0); } /// /// Value cannot be null or empty. /// internal static string ArgumentCannotBeNullOrEmpty { get { return GetString("ArgumentCannotBeNullOrEmpty"); } } /// /// Value cannot be null or empty. /// internal static string FormatArgumentCannotBeNullOrEmpty() { return GetString("ArgumentCannotBeNullOrEmpty"); } /// /// The '{0}' property of '{1}' must not be null. /// internal static string PropertyOfTypeCannotBeNull { get { return GetString("PropertyOfTypeCannotBeNull"); } } /// /// The '{0}' property of '{1}' must not be null. /// internal static string FormatPropertyOfTypeCannotBeNull(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("PropertyOfTypeCannotBeNull"), p0, p1); } /// /// The '{0}' method of type '{1}' cannot return a null value. /// internal static string TypeMethodMustReturnNotNullValue { get { return GetString("TypeMethodMustReturnNotNullValue"); } } /// /// The '{0}' method of type '{1}' cannot return a null value. /// internal static string FormatTypeMethodMustReturnNotNullValue(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("TypeMethodMustReturnNotNullValue"), p0, p1); } /// /// The supplied route values are ambiguous and can select multiple sets of actions. /// internal static string ActionSelector_GetCandidateActionsIsAmbiguous { get { return GetString("ActionSelector_GetCandidateActionsIsAmbiguous"); } } /// /// The supplied route values are ambiguous and can select multiple sets of actions. /// internal static string FormatActionSelector_GetCandidateActionsIsAmbiguous() { return GetString("ActionSelector_GetCandidateActionsIsAmbiguous"); } /// /// Property '{0}' is of type '{1}', but this method requires a value of type '{2}'. /// internal static string ArgumentPropertyUnexpectedType { get { return GetString("ArgumentPropertyUnexpectedType"); } } /// /// Property '{0}' is of type '{1}', but this method requires a value of type '{2}'. /// internal static string FormatArgumentPropertyUnexpectedType(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("ArgumentPropertyUnexpectedType"), p0, p1, p2); } /// /// The value '{0}' is invalid. /// internal static string Common_ValueNotValidForProperty { get { return GetString("Common_ValueNotValidForProperty"); } } /// /// The value '{0}' is invalid. /// internal static string FormatCommon_ValueNotValidForProperty(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("Common_ValueNotValidForProperty"), p0); } /// /// The passed expression of expression node type '{0}' is invalid. Only simple member access expressions for model properties are supported. /// internal static string Invalid_IncludePropertyExpression { get { return GetString("Invalid_IncludePropertyExpression"); } } /// /// The passed expression of expression node type '{0}' is invalid. Only simple member access expressions for model properties are supported. /// internal static string FormatInvalid_IncludePropertyExpression(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("Invalid_IncludePropertyExpression"), p0); } /// /// No route matches the supplied values. /// internal static string NoRoutesMatched { get { return GetString("NoRoutesMatched"); } } /// /// No route matches the supplied values. /// internal static string FormatNoRoutesMatched() { return GetString("NoRoutesMatched"); } /// /// If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}. /// internal static string AsyncActionFilter_InvalidShortCircuit { get { return GetString("AsyncActionFilter_InvalidShortCircuit"); } } /// /// If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}. /// internal static string FormatAsyncActionFilter_InvalidShortCircuit(object p0, object p1, object p2, object p3) { return string.Format(CultureInfo.CurrentCulture, GetString("AsyncActionFilter_InvalidShortCircuit"), p0, p1, p2, p3); } /// /// If an {0} cancels execution by setting the {1} property of {2} to 'true', then it cannot call the next filter by invoking {3}. /// internal static string AsyncResultFilter_InvalidShortCircuit { get { return GetString("AsyncResultFilter_InvalidShortCircuit"); } } /// /// If an {0} cancels execution by setting the {1} property of {2} to 'true', then it cannot call the next filter by invoking {3}. /// internal static string FormatAsyncResultFilter_InvalidShortCircuit(object p0, object p1, object p2, object p3) { return string.Format(CultureInfo.CurrentCulture, GetString("AsyncResultFilter_InvalidShortCircuit"), p0, p1, p2, p3); } /// /// Unable to locate an implementation of IAuthorizationService. /// internal static string AuthorizeAttribute_AuthorizationServiceMustBeDefined { get { return GetString("AuthorizeAttribute_AuthorizationServiceMustBeDefined"); } } /// /// Unable to locate an implementation of IAuthorizationService. /// internal static string FormatAuthorizeAttribute_AuthorizationServiceMustBeDefined() { return GetString("AuthorizeAttribute_AuthorizationServiceMustBeDefined"); } /// /// OnAuthorization is not implemented by this filter, use OnAuthorizationAsync instead. /// internal static string AuthorizeAttribute_OnAuthorizationNotImplemented { get { return GetString("AuthorizeAttribute_OnAuthorizationNotImplemented"); } } /// /// OnAuthorization is not implemented by this filter, use OnAuthorizationAsync instead. /// internal static string FormatAuthorizeAttribute_OnAuthorizationNotImplemented() { return GetString("AuthorizeAttribute_OnAuthorizationNotImplemented"); } /// /// The type provided to '{0}' must implement '{1}'. /// internal static string FilterFactoryAttribute_TypeMustImplementIFilter { get { return GetString("FilterFactoryAttribute_TypeMustImplementIFilter"); } } /// /// The type provided to '{0}' must implement '{1}'. /// internal static string FormatFilterFactoryAttribute_TypeMustImplementIFilter(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("FilterFactoryAttribute_TypeMustImplementIFilter"), p0, p1); } /// /// Cannot return null from an action method with a return type of '{0}'. /// internal static string ActionResult_ActionReturnValueCannotBeNull { get { return GetString("ActionResult_ActionReturnValueCannotBeNull"); } } /// /// Cannot return null from an action method with a return type of '{0}'. /// internal static string FormatActionResult_ActionReturnValueCannotBeNull(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("ActionResult_ActionReturnValueCannotBeNull"), p0); } /// /// The type '{0}' must derive from '{1}'. /// internal static string TypeMustDeriveFromType { get { return GetString("TypeMustDeriveFromType"); } } /// /// The type '{0}' must derive from '{1}'. /// internal static string FormatTypeMustDeriveFromType(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("TypeMustDeriveFromType"), p0, p1); } /// /// No encoding found for input formatter '{0}'. There must be at least one supported encoding registered in order for the formatter to read content. /// internal static string InputFormatterNoEncoding { get { return GetString("InputFormatterNoEncoding"); } } /// /// No encoding found for input formatter '{0}'. There must be at least one supported encoding registered in order for the formatter to read content. /// internal static string FormatInputFormatterNoEncoding(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("InputFormatterNoEncoding"), p0); } /// /// Unsupported content type '{0}'. /// internal static string UnsupportedContentType { get { return GetString("UnsupportedContentType"); } } /// /// Unsupported content type '{0}'. /// internal static string FormatUnsupportedContentType(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("UnsupportedContentType"), p0); } /// /// No supported media type registered for output formatter '{0}'. There must be at least one supported media type registered in order for the output formatter to write content. /// internal static string OutputFormatterNoMediaType { get { return GetString("OutputFormatterNoMediaType"); } } /// /// No supported media type registered for output formatter '{0}'. There must be at least one supported media type registered in order for the output formatter to write content. /// internal static string FormatOutputFormatterNoMediaType(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("OutputFormatterNoMediaType"), p0); } /// /// The following errors occurred with attribute routing information:{0}{0}{1} /// internal static string AttributeRoute_AggregateErrorMessage { get { return GetString("AttributeRoute_AggregateErrorMessage"); } } /// /// The following errors occurred with attribute routing information:{0}{0}{1} /// internal static string FormatAttributeRoute_AggregateErrorMessage(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_AggregateErrorMessage"), p0, p1); } /// /// The attribute route '{0}' cannot contain a parameter named '{{{1}}}'. Use '[{1}]' in the route template to insert the value '{2}'. /// internal static string AttributeRoute_CannotContainParameter { get { return GetString("AttributeRoute_CannotContainParameter"); } } /// /// The attribute route '{0}' cannot contain a parameter named '{{{1}}}'. Use '[{1}]' in the route template to insert the value '{2}'. /// internal static string FormatAttributeRoute_CannotContainParameter(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_CannotContainParameter"), p0, p1, p2); } /// /// For action: '{0}'{1}Error: {2} /// internal static string AttributeRoute_IndividualErrorMessage { get { return GetString("AttributeRoute_IndividualErrorMessage"); } } /// /// For action: '{0}'{1}Error: {2} /// internal static string FormatAttributeRoute_IndividualErrorMessage(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_IndividualErrorMessage"), p0, p1, p2); } /// /// An empty replacement token ('[]') is not allowed. /// internal static string AttributeRoute_TokenReplacement_EmptyTokenNotAllowed { get { return GetString("AttributeRoute_TokenReplacement_EmptyTokenNotAllowed"); } } /// /// An empty replacement token ('[]') is not allowed. /// internal static string FormatAttributeRoute_TokenReplacement_EmptyTokenNotAllowed() { return GetString("AttributeRoute_TokenReplacement_EmptyTokenNotAllowed"); } /// /// Token delimiters ('[', ']') are imbalanced. /// internal static string AttributeRoute_TokenReplacement_ImbalancedSquareBrackets { get { return GetString("AttributeRoute_TokenReplacement_ImbalancedSquareBrackets"); } } /// /// Token delimiters ('[', ']') are imbalanced. /// internal static string FormatAttributeRoute_TokenReplacement_ImbalancedSquareBrackets() { return GetString("AttributeRoute_TokenReplacement_ImbalancedSquareBrackets"); } /// /// The route template '{0}' has invalid syntax. {1} /// internal static string AttributeRoute_TokenReplacement_InvalidSyntax { get { return GetString("AttributeRoute_TokenReplacement_InvalidSyntax"); } } /// /// The route template '{0}' has invalid syntax. {1} /// internal static string FormatAttributeRoute_TokenReplacement_InvalidSyntax(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_TokenReplacement_InvalidSyntax"), p0, p1); } /// /// While processing template '{0}', a replacement value for the token '{1}' could not be found. Available tokens: '{2}'. /// internal static string AttributeRoute_TokenReplacement_ReplacementValueNotFound { get { return GetString("AttributeRoute_TokenReplacement_ReplacementValueNotFound"); } } /// /// While processing template '{0}', a replacement value for the token '{1}' could not be found. Available tokens: '{2}'. /// internal static string FormatAttributeRoute_TokenReplacement_ReplacementValueNotFound(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_TokenReplacement_ReplacementValueNotFound"), p0, p1, p2); } /// /// A replacement token is not closed. /// internal static string AttributeRoute_TokenReplacement_UnclosedToken { get { return GetString("AttributeRoute_TokenReplacement_UnclosedToken"); } } /// /// A replacement token is not closed. /// internal static string FormatAttributeRoute_TokenReplacement_UnclosedToken() { return GetString("AttributeRoute_TokenReplacement_UnclosedToken"); } /// /// An unescaped '[' token is not allowed inside of a replacement token. Use '[[' to escape. /// internal static string AttributeRoute_TokenReplacement_UnescapedBraceInToken { get { return GetString("AttributeRoute_TokenReplacement_UnescapedBraceInToken"); } } /// /// An unescaped '[' token is not allowed inside of a replacement token. Use '[[' to escape. /// internal static string FormatAttributeRoute_TokenReplacement_UnescapedBraceInToken() { return GetString("AttributeRoute_TokenReplacement_UnescapedBraceInToken"); } /// /// The value must be either '{0}' or '{1}'. /// internal static string RouteConstraintAttribute_InvalidKeyHandlingValue { get { return GetString("RouteConstraintAttribute_InvalidKeyHandlingValue"); } } /// /// The value must be either '{0}' or '{1}'. /// internal static string FormatRouteConstraintAttribute_InvalidKeyHandlingValue(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("RouteConstraintAttribute_InvalidKeyHandlingValue"), p0, p1); } /// /// Unable to find the required services. Please add all the required services by calling '{0}' inside the call to '{1}' or '{2}' in the application startup code. /// internal static string UnableToFindServices { get { return GetString("UnableToFindServices"); } } /// /// Unable to find the required services. Please add all the required services by calling '{0}' inside the call to '{1}' or '{2}' in the application startup code. /// internal static string FormatUnableToFindServices(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("UnableToFindServices"), p0, p1, p2); } /// /// Two or more routes named '{0}' have different templates. /// internal static string AttributeRoute_DifferentLinkGenerationEntries_SameName { get { return GetString("AttributeRoute_DifferentLinkGenerationEntries_SameName"); } } /// /// Two or more routes named '{0}' have different templates. /// internal static string FormatAttributeRoute_DifferentLinkGenerationEntries_SameName(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_DifferentLinkGenerationEntries_SameName"), p0); } /// /// Action: '{0}' - Template: '{1}' /// internal static string AttributeRoute_DuplicateNames_Item { get { return GetString("AttributeRoute_DuplicateNames_Item"); } } /// /// Action: '{0}' - Template: '{1}' /// internal static string FormatAttributeRoute_DuplicateNames_Item(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_DuplicateNames_Item"), p0, p1); } /// /// Attribute routes with the same name '{0}' must have the same template:{1}{2} /// internal static string AttributeRoute_DuplicateNames { get { return GetString("AttributeRoute_DuplicateNames"); } } /// /// Attribute routes with the same name '{0}' must have the same template:{1}{2} /// internal static string FormatAttributeRoute_DuplicateNames(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_DuplicateNames"), p0, p1, p2); } /// /// Error {0}:{1}{2} /// internal static string AttributeRoute_AggregateErrorMessage_ErrorNumber { get { return GetString("AttributeRoute_AggregateErrorMessage_ErrorNumber"); } } /// /// Error {0}:{1}{2} /// internal static string FormatAttributeRoute_AggregateErrorMessage_ErrorNumber(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_AggregateErrorMessage_ErrorNumber"), p0, p1, p2); } /// /// A method '{0}' must not define attribute routed actions and non attribute routed actions at the same time:{1}{2}{1}{1}Use 'AcceptVerbsAttribute' to create a single route that allows multiple HTTP verbs and defines a route, or set a route template in all attributes that constrain HTTP verbs. /// internal static string AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod { get { return GetString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod"); } } /// /// A method '{0}' must not define attribute routed actions and non attribute routed actions at the same time:{1}{2}{1}{1}Use 'AcceptVerbsAttribute' to create a single route that allows multiple HTTP verbs and defines a route, or set a route template in all attributes that constrain HTTP verbs. /// internal static string FormatAttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod"), p0, p1, p2); } /// /// Action: '{0}' - Route Template: '{1}' - HTTP Verbs: '{2}' /// internal static string AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item { get { return GetString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item"); } } /// /// Action: '{0}' - Route Template: '{1}' - HTTP Verbs: '{2}' /// internal static string FormatAttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item(object p0, object p1, object p2) { return string.Format(CultureInfo.CurrentCulture, GetString("AttributeRoute_MixedAttributeAndConventionallyRoutedActions_ForMethod_Item"), p0, p1, p2); } /// /// (none) /// internal static string AttributeRoute_NullTemplateRepresentation { get { return GetString("AttributeRoute_NullTemplateRepresentation"); } } /// /// (none) /// internal static string FormatAttributeRoute_NullTemplateRepresentation() { return GetString("AttributeRoute_NullTemplateRepresentation"); } /// /// Multiple actions matched. The following actions matched route data and had all constraints satisfied:{0}{0}{1} /// internal static string DefaultActionSelector_AmbiguousActions { get { return GetString("DefaultActionSelector_AmbiguousActions"); } } /// /// Multiple actions matched. The following actions matched route data and had all constraints satisfied:{0}{0}{1} /// internal static string FormatDefaultActionSelector_AmbiguousActions(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("DefaultActionSelector_AmbiguousActions"), p0, p1); } /// /// Could not find file: {0} /// internal static string FileResult_InvalidPath { get { return GetString("FileResult_InvalidPath"); } } /// /// Could not find file: {0} /// internal static string FormatFileResult_InvalidPath(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("FileResult_InvalidPath"), p0); } /// /// The input was not valid. /// internal static string SerializableError_DefaultError { get { return GetString("SerializableError_DefaultError"); } } /// /// The input was not valid. /// internal static string FormatSerializableError_DefaultError() { return GetString("SerializableError_DefaultError"); } /// /// If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}. /// internal static string AsyncResourceFilter_InvalidShortCircuit { get { return GetString("AsyncResourceFilter_InvalidShortCircuit"); } } /// /// If an {0} provides a result value by setting the {1} property of {2} to a non-null value, then it cannot call the next filter by invoking {3}. /// internal static string FormatAsyncResourceFilter_InvalidShortCircuit(object p0, object p1, object p2, object p3) { return string.Format(CultureInfo.CurrentCulture, GetString("AsyncResourceFilter_InvalidShortCircuit"), p0, p1, p2, p3); } /// /// If the '{0}' property is not set to true, '{1}' property must be specified. /// internal static string ResponseCache_SpecifyDuration { get { return GetString("ResponseCache_SpecifyDuration"); } } /// /// If the '{0}' property is not set to true, '{1}' property must be specified. /// internal static string FormatResponseCache_SpecifyDuration(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ResponseCache_SpecifyDuration"), p0, p1); } /// /// The action '{0}' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer. /// internal static string ApiExplorer_UnsupportedAction { get { return GetString("ApiExplorer_UnsupportedAction"); } } /// /// The action '{0}' has ApiExplorer enabled, but is using conventional routing. Only actions which use attribute routing support ApiExplorer. /// internal static string FormatApiExplorer_UnsupportedAction(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("ApiExplorer_UnsupportedAction"), p0); } /// /// The media type "{0}" is not valid. MediaTypes containing wildcards (*) are not allowed in formatter mappings. /// internal static string FormatterMappings_NotValidMediaType { get { return GetString("FormatterMappings_NotValidMediaType"); } } /// /// The media type "{0}" is not valid. MediaTypes containing wildcards (*) are not allowed in formatter mappings. /// internal static string FormatFormatterMappings_NotValidMediaType(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("FormatterMappings_NotValidMediaType"), p0); } /// /// The format provided is invalid '{0}'. A format must be a non-empty file-extension, optionally prefixed with a '.' character. /// internal static string Format_NotValid { get { return GetString("Format_NotValid"); } } /// /// The format provided is invalid '{0}'. A format must be a non-empty file-extension, optionally prefixed with a '.' character. /// internal static string FormatFormat_NotValid(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("Format_NotValid"), p0); } /// /// The property '{0}' on controller '{1}' cannot be activated. /// internal static string ControllerFactory_PropertyCannotBeActivated { get { return GetString("ControllerFactory_PropertyCannotBeActivated"); } } /// /// The property '{0}' on controller '{1}' cannot be activated. /// internal static string FormatControllerFactory_PropertyCannotBeActivated(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ControllerFactory_PropertyCannotBeActivated"), p0, p1); } /// /// The '{0}' cache profile is not defined. /// internal static string CacheProfileNotFound { get { return GetString("CacheProfileNotFound"); } } /// /// The '{0}' cache profile is not defined. /// internal static string FormatCacheProfileNotFound(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("CacheProfileNotFound"), p0); } /// /// The model's runtime type '{0}' is not assignable to the type '{1}'. /// internal static string ModelType_WrongType { get { return GetString("ModelType_WrongType"); } } /// /// The model's runtime type '{0}' is not assignable to the type '{1}'. /// internal static string FormatModelType_WrongType(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ModelType_WrongType"), p0, p1); } /// /// The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type. /// internal static string ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated { get { return GetString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated"); } } /// /// The type '{0}' cannot be activated by '{1}' because it is either a value type, an interface, an abstract class or an open generic type. /// internal static string FormatValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ValueInterfaceAbstractOrOpenGenericTypesCannotBeActivated"), p0, p1); } /// /// The type '{0}' must implement '{1}' to be used as a model binder. /// internal static string BinderType_MustBeIModelBinder { get { return GetString("BinderType_MustBeIModelBinder"); } } /// /// The type '{0}' must implement '{1}' to be used as a model binder. /// internal static string FormatBinderType_MustBeIModelBinder(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("BinderType_MustBeIModelBinder"), p0, p1); } /// /// The provided binding source '{0}' is a composite. '{1}' requires that the source must represent a single type of input. /// internal static string BindingSource_CannotBeComposite { get { return GetString("BindingSource_CannotBeComposite"); } } /// /// The provided binding source '{0}' is a composite. '{1}' requires that the source must represent a single type of input. /// internal static string FormatBindingSource_CannotBeComposite(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("BindingSource_CannotBeComposite"), p0, p1); } /// /// The provided binding source '{0}' is a greedy data source. '{1}' does not support greedy data sources. /// internal static string BindingSource_CannotBeGreedy { get { return GetString("BindingSource_CannotBeGreedy"); } } /// /// The provided binding source '{0}' is a greedy data source. '{1}' does not support greedy data sources. /// internal static string FormatBindingSource_CannotBeGreedy(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("BindingSource_CannotBeGreedy"), p0, p1); } /// /// The provided binding source '{0}' is not a request-based binding source. '{1}' requires that the source must represent data from an HTTP request. /// internal static string BindingSource_MustBeFromRequest { get { return GetString("BindingSource_MustBeFromRequest"); } } /// /// The provided binding source '{0}' is not a request-based binding source. '{1}' requires that the source must represent data from an HTTP request. /// internal static string FormatBindingSource_MustBeFromRequest(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("BindingSource_MustBeFromRequest"), p0, p1); } /// /// The provided binding source '{0}' is not a greedy data source. '{1}' only supports greedy data sources. /// internal static string BindingSource_MustBeGreedy { get { return GetString("BindingSource_MustBeGreedy"); } } /// /// The provided binding source '{0}' is not a greedy data source. '{1}' only supports greedy data sources. /// internal static string FormatBindingSource_MustBeGreedy(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("BindingSource_MustBeGreedy"), p0, p1); } /// /// The property {0}.{1} could not be found. /// internal static string Common_PropertyNotFound { get { return GetString("Common_PropertyNotFound"); } } /// /// The property {0}.{1} could not be found. /// internal static string FormatCommon_PropertyNotFound(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("Common_PropertyNotFound"), p0, p1); } /// /// The key '{0}' is invalid JQuery syntax because it is missing a closing bracket. /// internal static string JQueryFormValueProviderFactory_MissingClosingBracket { get { return GetString("JQueryFormValueProviderFactory_MissingClosingBracket"); } } /// /// The key '{0}' is invalid JQuery syntax because it is missing a closing bracket. /// internal static string FormatJQueryFormValueProviderFactory_MissingClosingBracket(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("JQueryFormValueProviderFactory_MissingClosingBracket"), p0); } /// /// A value is required. /// internal static string KeyValuePair_BothKeyAndValueMustBePresent { get { return GetString("KeyValuePair_BothKeyAndValueMustBePresent"); } } /// /// A value is required. /// internal static string FormatKeyValuePair_BothKeyAndValueMustBePresent() { return GetString("KeyValuePair_BothKeyAndValueMustBePresent"); } /// /// The binding context has a null Model, but this binder requires a non-null model of type '{0}'. /// internal static string ModelBinderUtil_ModelCannotBeNull { get { return GetString("ModelBinderUtil_ModelCannotBeNull"); } } /// /// The binding context has a null Model, but this binder requires a non-null model of type '{0}'. /// internal static string FormatModelBinderUtil_ModelCannotBeNull(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("ModelBinderUtil_ModelCannotBeNull"), p0); } /// /// The binding context has a Model of type '{0}', but this binder can only operate on models of type '{1}'. /// internal static string ModelBinderUtil_ModelInstanceIsWrong { get { return GetString("ModelBinderUtil_ModelInstanceIsWrong"); } } /// /// The binding context has a Model of type '{0}', but this binder can only operate on models of type '{1}'. /// internal static string FormatModelBinderUtil_ModelInstanceIsWrong(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ModelBinderUtil_ModelInstanceIsWrong"), p0, p1); } /// /// The binding context cannot have a null ModelMetadata. /// internal static string ModelBinderUtil_ModelMetadataCannotBeNull { get { return GetString("ModelBinderUtil_ModelMetadataCannotBeNull"); } } /// /// The binding context cannot have a null ModelMetadata. /// internal static string FormatModelBinderUtil_ModelMetadataCannotBeNull() { return GetString("ModelBinderUtil_ModelMetadataCannotBeNull"); } /// /// The binding context has a ModelType of '{0}', but this binder can only operate on models of type '{1}'. /// internal static string ModelBinderUtil_ModelTypeIsWrong { get { return GetString("ModelBinderUtil_ModelTypeIsWrong"); } } /// /// The binding context has a ModelType of '{0}', but this binder can only operate on models of type '{1}'. /// internal static string FormatModelBinderUtil_ModelTypeIsWrong(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ModelBinderUtil_ModelTypeIsWrong"), p0, p1); } /// /// A value for the '{0}' property was not provided. /// internal static string ModelBinding_MissingBindRequiredMember { get { return GetString("ModelBinding_MissingBindRequiredMember"); } } /// /// A value for the '{0}' property was not provided. /// internal static string FormatModelBinding_MissingBindRequiredMember(object p0) { return string.Format(CultureInfo.CurrentCulture, GetString("ModelBinding_MissingBindRequiredMember"), p0); } /// /// A value is required. /// internal static string ModelBinding_ValueRequired { get { return GetString("ModelBinding_ValueRequired"); } } /// /// A value is required. /// internal static string FormatModelBinding_ValueRequired() { return GetString("ModelBinding_ValueRequired"); } /// /// More than one parameter and/or property is bound to the HTTP request's content. /// internal static string MultipleBodyParametersOrPropertiesAreNotAllowed { get { return GetString("MultipleBodyParametersOrPropertiesAreNotAllowed"); } } /// /// More than one parameter and/or property is bound to the HTTP request's content. /// internal static string FormatMultipleBodyParametersOrPropertiesAreNotAllowed() { return GetString("MultipleBodyParametersOrPropertiesAreNotAllowed"); } /// /// The type '{0}' does not implement the interface '{1}'. /// internal static string PropertyBindingPredicateProvider_WrongType { get { return GetString("PropertyBindingPredicateProvider_WrongType"); } } /// /// The type '{0}' does not implement the interface '{1}'. /// internal static string FormatPropertyBindingPredicateProvider_WrongType(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("PropertyBindingPredicateProvider_WrongType"), p0, p1); } /// /// The model object inside the metadata claimed to be compatible with '{0}', but was actually '{1}'. /// internal static string ValidatableObjectAdapter_IncompatibleType { get { return GetString("ValidatableObjectAdapter_IncompatibleType"); } } /// /// The model object inside the metadata claimed to be compatible with '{0}', but was actually '{1}'. /// internal static string FormatValidatableObjectAdapter_IncompatibleType(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ValidatableObjectAdapter_IncompatibleType"), p0, p1); } /// /// Cannot convert value '{0}' to enum type '{1}'. /// internal static string ValueProviderResult_CannotConvertEnum { get { return GetString("ValueProviderResult_CannotConvertEnum"); } } /// /// Cannot convert value '{0}' to enum type '{1}'. /// internal static string FormatValueProviderResult_CannotConvertEnum(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ValueProviderResult_CannotConvertEnum"), p0, p1); } /// /// 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 GetString("ValueProviderResult_NoConverterExists"); } } /// /// The parameter conversion from type '{0}' to type '{1}' failed because no type converter can convert between these types. /// internal static string FormatValueProviderResult_NoConverterExists(object p0, object p1) { return string.Format(CultureInfo.CurrentCulture, GetString("ValueProviderResult_NoConverterExists"), p0, p1); } private static string GetString(string name, params string[] formatterNames) { var value = _resourceManager.GetString(name); System.Diagnostics.Debug.Assert(value != null); if (formatterNames != null) { for (var i = 0; i < formatterNames.Length; i++) { value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}"); } } return value; } } }