2022-05-30から1日間の記事一覧

runat(head)

runat="server"は、headに付ける場合もある。サーバー側オブジェクト タグ構文 | Microsoft Docs例えば、PageのTitleを変える時に、runat.aspxが、 <%@ Page Language="C#" CodeFile="runat.aspx.cs" Inherits="runat" %> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title id="title_index">runat</title> </head> <body> …</body></html>