設置內容類型
代碼:
<%Response.ContentType="text/html"
%>
<!DOCTYPE html>
<html>
<body>
<p>This is some text</p>
</body>
</html>
結果:
This is some text
相關文章
- ASP 表單
- ASP Application 對象
- ASP Response 對象
- ASP Drive 對象
- ASP File 對象
- ASP 實例
- ASP 教程
- ASP Attributes 屬性
- ASP Delete 方法
- ASP Cookies 集合
- ASP ContentType 屬性
- ASP Abandon 方法
- ASP HTMLEncode 方法
- ASP MapPath 方法
- ASP ASPError 對象的屬性
- ASP CopyFile 方法
- ASP CreateFolder 方法
- ASP GetParentFolderName 方法
- ASP OpenTextFile 方法
- ASP.NET DataValueField 屬性