Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サイトマップ ファイルには、複数のクエリ文字列を持つサイトマップ ノード URL があります。
<siteMapNode url="~/abc.aspx?m=2&c=2" title="title" description="" />
複数のクエリ文字列を処理するにはどうすればよいですか?
使用できます。&-アンパサンドの代わりに。
&の代わりに使用し&ます。これは XML であるため、アンパサンドはエンティティ参照が必要な文字の 1 つです。
&
&