<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ohke</author_name>
  <author_url>https://blog.hatena.ne.jp/ohke/</author_url>
  <blog_title>け日記</blog_title>
  <blog_url>https://ohke.hateblo.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>C#でクエリストリングを作る方法の備忘録です。 クエリストリングは、URLのパスの後ろに?変数名1=値1&amp;変数名2=値2&amp;...といった形で任意の値が渡される文字列です。例えば以下のような文字列です。 http://ohke.hateblo.jp/search?q=Python&amp;page=1504879200 LINQで文字列を連結することもできますが、' '(スペース)や'&amp;'(アンパサンド)などの特殊記号をエスケープする必要があったりするため、自前での実装は避けたほうがいいです。 かわりにSystem.Web.HttpUtility.ParseQueryString.aspx)メソッドを使…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fohke.hateblo.jp%2Fentry%2F2018%2F04%2F01%2F230000&quot; title=&quot;C# クエリストリング(?var=hoge&amp;amp;...)を作る - け日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/99455833/1533459624629378</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-04-01 23:00:00</published>
  <title>C# クエリストリング(?var=hoge&amp;...)を作る</title>
  <type>rich</type>
  <url>https://ohke.hateblo.jp/entry/2018/04/01/230000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
