text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The route for the page at '{0}' cannot start with / or ~/. Pages do not support overriding the file path of the page.
The '{0}' property of '{1}' must not be null.
Page created by '{0}' must be an instance of '{1}'.
The context used to execute '{0}' must be an instance of '{1}'. Returning a '{2}' from a controller is a not supported.
Value cannot be null or empty.
Unsupported handler method return type '{0}'.
Multiple handlers matched. The following handlers matched route data and had all constraints satisfied:{0}{0}{1}
Path must be a root relative path that starts with a forward slash '/'.
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}.
The type '{0}' is not a valid page. A page must inherit from '{1}'.
The type '{0}' is not a valid page. A page must define a public, non-static '{1}' property.
'{0}' is not a valid page name. A page name is path relative to the Razor Pages root directory that starts with a leading forward slash ('/') and does not contain the file extension e.g "/Users/Edit".