MvcResources
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public static class MvcResources
Fields
ViewMasterPage_RequiresViewPage
View Source
Declaration
public const string ViewMasterPage_RequiresViewPage = "View MasterPage Requires ViewPage"
MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword
View Source
Declaration
public const string MvcRazorCodeParser_CannotHaveModelAndInheritsKeyword = "The 'inherits' keyword is not allowed when a '{0}' keyword is used."
MvcRazorCodeParser_OnlyOneModelStatementIsAllowed
View Source
Declaration
public const string MvcRazorCodeParser_OnlyOneModelStatementIsAllowed = "Only one '{0}' statement is allowed in a file."
MvcRazorCodeParser_ModelKeywordMustBeFollowedByTypeName
View Source
Declaration
public const string MvcRazorCodeParser_ModelKeywordMustBeFollowedByTypeName = "The '{0}' keyword must be followed by a type name on the same line."
HtmlHelper_TextAreaParameterOutOfRange
View Source
Declaration
public const string HtmlHelper_TextAreaParameterOutOfRange = "TextArea Parameter Out Of Range"
ValueProviderResult_ConversionThrew
View Source
Declaration
public const string ValueProviderResult_ConversionThrew = "Conversion Threw"
ValueProviderResult_NoConverterExists
View Source
Declaration
public const string ValueProviderResult_NoConverterExists = "No Converter Exists"
ViewDataDictionary_WrongTModelType
View Source
Declaration
public const string ViewDataDictionary_WrongTModelType = "Wrong Model Type"
ViewDataDictionary_ModelCannotBeNull
View Source
Declaration
public const string ViewDataDictionary_ModelCannotBeNull = "Model Cannot Be Null"
Common_PropertyNotFound
View Source
Declaration
public const string Common_PropertyNotFound = "Property Not Found"
Common_NullOrEmpty
View Source
Declaration
public const string Common_NullOrEmpty = "Required field"
HtmlHelper_InvalidHttpVerb
View Source
Declaration
public const string HtmlHelper_InvalidHttpVerb = "Invalid HTTP Verb"
HtmlHelper_InvalidHttpMethod
View Source
Declaration
public const string HtmlHelper_InvalidHttpMethod = "Invalid HTTP Method"
TemplateHelpers_TemplateLimitations
View Source
Declaration
public const string TemplateHelpers_TemplateLimitations = "Unsupported Template Limitations"
ExpressionHelper_InvalidIndexerExpression
View Source
Declaration
public const string ExpressionHelper_InvalidIndexerExpression = "Invalid Indexer Expression"
AntiForgeryToken_AdditionalDataCheckFailed
View Source
Declaration
public const string AntiForgeryToken_AdditionalDataCheckFailed = "The provided anti-forgery token failed a custom data check."
AntiForgeryToken_ClaimUidMismatch
View Source
Declaration
public const string AntiForgeryToken_ClaimUidMismatch = "The provided anti-forgery token was meant for a different claims-based user than the current user."
AntiForgeryToken_CookieMissing
View Source
Declaration
public const string AntiForgeryToken_CookieMissing = "The required anti-forgery cookie "{0}" is not present."
AntiForgeryToken_DeserializationFailed
View Source
Declaration
public const string AntiForgeryToken_DeserializationFailed = "The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster."
AntiForgeryToken_FormFieldMissing
View Source
Declaration
public const string AntiForgeryToken_FormFieldMissing = "The required anti-forgery form field "{0}" is not present."
AntiForgeryToken_SecurityTokenMismatch
View Source
Declaration
public const string AntiForgeryToken_SecurityTokenMismatch = "The anti-forgery cookie token and form field token do not match."
AntiForgeryToken_TokensSwapped
View Source
Declaration
public const string AntiForgeryToken_TokensSwapped = "Validation of the provided anti-forgery token failed. The cookie "{0}" and the form field "{1}" were swapped."
AntiForgeryToken_UsernameMismatch
View Source
Declaration
public const string AntiForgeryToken_UsernameMismatch = "The provided anti-forgery token was meant for user "{0}", but the current user is "{1}"."
AntiForgeryWorker_RequireSSL
View Source
Declaration
public static string AntiForgeryWorker_RequireSSL
ClaimUidExtractor_DefaultClaimsNotPresent
View Source
Declaration
public static string ClaimUidExtractor_DefaultClaimsNotPresent
ClaimUidExtractor_ClaimNotPresent
View Source
Declaration
public static string ClaimUidExtractor_ClaimNotPresent
HttpContextUnavailable
View Source
Declaration
public static string HttpContextUnavailable
TokenValidator_AuthenticatedUserWithoutUsername
View Source
Declaration
public static string TokenValidator_AuthenticatedUserWithoutUsername
UnobtrusiveJavascript_ValidationTypeCannotBeEmpty
View Source
Declaration
public static string UnobtrusiveJavascript_ValidationTypeCannotBeEmpty
UnobtrusiveJavascript_ValidationTypeMustBeUnique
View Source
Declaration
public static string UnobtrusiveJavascript_ValidationTypeMustBeUnique
UnobtrusiveJavascript_ValidationTypeMustBeLegal
View Source
Declaration
public static string UnobtrusiveJavascript_ValidationTypeMustBeLegal
UnobtrusiveJavascript_ValidationParameterCannotBeEmpty
View Source
Declaration
public static string UnobtrusiveJavascript_ValidationParameterCannotBeEmpty
UnobtrusiveJavascript_ValidationParameterMustBeLegal
View Source
Declaration
public static string UnobtrusiveJavascript_ValidationParameterMustBeLegal
Common_ValueNotValidForProperty
View Source
Declaration
public static string Common_ValueNotValidForProperty
HtmlHelper_MissingSelectData
View Source
Declaration
public static string HtmlHelper_MissingSelectData
HtmlHelper_WrongSelectDataType
View Source
Declaration
public static string HtmlHelper_WrongSelectDataType
HtmlHelper_SelectExpressionNotEnumerable
View Source
Declaration
public static string HtmlHelper_SelectExpressionNotEnumerable