Removed unused resource string
This commit is contained in:
parent
0da9e2bec5
commit
72d8c12ca3
|
|
@ -90,22 +90,6 @@ namespace Microsoft.AspNet.Diagnostics
|
||||||
return GetString("ErrorPageHtml_CookiesButton");
|
return GetString("ErrorPageHtml_CookiesButton");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information.
|
|
||||||
/// </summary>
|
|
||||||
internal static string ErrorPageHtml_EnableShowExceptions
|
|
||||||
{
|
|
||||||
get { return GetString("ErrorPageHtml_EnableShowExceptions"); }
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information.
|
|
||||||
/// </summary>
|
|
||||||
internal static string FormatErrorPageHtml_EnableShowExceptions()
|
|
||||||
{
|
|
||||||
return GetString("ErrorPageHtml_EnableShowExceptions");
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Environment
|
/// Environment
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -133,9 +133,6 @@
|
||||||
<value>Cookies</value>
|
<value>Cookies</value>
|
||||||
<comment>as in http request cookies</comment>
|
<comment>as in http request cookies</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ErrorPageHtml_EnableShowExceptions" xml:space="preserve">
|
|
||||||
<value>Enable development mode or ErrorPageOptions.ShowExceptionDetails for additional information.</value>
|
|
||||||
</data>
|
|
||||||
<data name="ErrorPageHtml_EnvironmentButton" xml:space="preserve">
|
<data name="ErrorPageHtml_EnvironmentButton" xml:space="preserve">
|
||||||
<value>Environment</value>
|
<value>Environment</value>
|
||||||
<comment>as in environment dictionary</comment>
|
<comment>as in environment dictionary</comment>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue