📄 default.aspx
字号:
<%@ Import Namespace="Wrox" %>
<Script language="VB" runat="server">
Public backColor As String
Public Sub Page_Load(sender As Object, e As EventArgs)
Dim _config As PagePropertiesConfig
_config = CType(Context.GetConfig("system.web/pageProperties"), PagePropertiesConfig)
backColor = _config.BackColor
End Sub
</Script>
<Body bgcolor="<%=backColor%>">
<Font face="arial" color="white" size=4>This page has its backcolor set from the ASP.NET configuration system!</Font>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -