您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 行
266B

  1. <h2><%= H(Model.Title) %> For <%=H(Model.Jurisdiction.Name) %></h2>
  2. <%= HTML.FormTag("Jurisdiction", "EditPost", empty, empty) %>
  3. <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("CreateKitForm")) %>
  4. <%= HTML.Hidden("Id", Model.Jurisdiction.JCode) %>
  5. </form>

Powered by TurnKey Linux.