コード例 #1
0
ファイル: UOFCookie.aspx.cs プロジェクト: TKFood/TKUOFWeb-CDS
 protected void btnGet_Click(object sender, EventArgs e)
 {
     txtValue.Text = UofCookies.Get(txtKey.Text);
     txtKey.Text   = "";
 }