<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aoki1210</author_name>
  <author_url>https://blog.hatena.ne.jp/aoki1210/</author_url>
  <blog_title>あおきのTechメモ</blog_title>
  <blog_url>https://aoki1210.hatenablog.jp/</blog_url>
  <categories>
    <anon>asp.net</anon>
    <anon>memo</anon>
  </categories>
  <description>CodeProjectの記事より１．型の管理用ファサードクラス public static class MySession { private const string _myDate = &quot;MyDate&quot;; public static DateTime MyDate { get { if (HttpContext.Current.Session[_myDate] == null) return DateTime.MinValue; else return (DateTime)HttpContext.Current.Session[_myDate]; } set { HttpContext.C…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faoki1210.hatenablog.jp%2Fentry%2F20080602%2Fp1&quot; title=&quot;ASP.NETのセッションの型制御 - あおきのTechメモ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-06-02 00:00:00</published>
  <title>ASP.NETのセッションの型制御</title>
  <type>rich</type>
  <url>https://aoki1210.hatenablog.jp/entry/20080602/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
