⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getweblink.aspx

📁 ASP C#代码实例 适合初学人士学习使用
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="GetWebLink.aspx.cs" AutoEventWireup="false" Inherits="Example_12_25.GetWebLink" %>
<HTML>
	<HEAD>
		<title>Example_12_25:使用ASP.NET获取网页中的链接</title>
		<META http-equiv="content-type" content="text/html; charset=gb2312">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<P>
				<asp:Label id="Label1" runat="server"></asp:Label>
				<asp:TextBox id="urlTextBox" runat="server" Width="336px">http://www.msdn.com</asp:TextBox>
				<asp:Button id="scrapeButton" runat="server"></asp:Button>
			</P>
			<HR width="100%" SIZE="1">
			<P>
				<asp:Label id="TipResult" runat="server"></asp:Label>
				<asp:TextBox id="resultLabel" runat="server" TextMode="MultiLine" Width="100%" Height="400"></asp:TextBox>
			</P>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -