stdpage.vb
来自「This is a book about vb.you could learn 」· VB 代码 · 共 23 行
VB
23 行
Imports System
Imports System.Collections
Imports System.Web.UI
Imports System.Web.Security
Imports System.Configuration
Namespace IBuyAdventure
Public Class PageBase
Inherits Page
Public Function getConnStr() As String
Dim dsn As String = ConfigurationSettings.AppSettings("connectionString")
Return dsn
End Function
End Class
End Namespace
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?