再為Button加上一些保護:
1 | '後置程式碼 |
2 | Protected Sub SendData_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles SendData.Click |
3 | Me .Label1.Text = HttpUtility.HtmlEncode( Me .ckdata.Text) |
4 | End Sub |
非常建議所有只要是「人工輸入」的內容都使用HttpUtility.HtmlEncode方法加以保護。
取得Textbox控制項的值 |
影像屬性 |
沒有留言:
張貼留言