home0.aspx.resx

来自「《圣殿祭司的ASP.NET 2.0开发详解——使用C#》光盘内容.包含了书籍所含」· RESX 代码 · 共 25 行

RESX
25
字号
<?xml version="1.0" encoding="utf-8"?>
<root>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>1.3</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>

  <data name="ProblemWithApp" type="System.String">
    <value>Problem with Selected Application</value>
  </data>
  <data name="ProblemWithAppMessage" type="System.String">
    <value>There is a problem with the application you are attempting to administer.  Please check the spelling of the URL you used to access the web admin tool and confirm that your application is properly configured.</value>
  </data>
  <data name="NoWebAdminAdministration" type="System.String">
    <value>&lt;br&gt;&lt;br&gt;The Web Site Administration Tool cannot be used to administer itself.</value>
  </data>
</root>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?