B-Arts DocumentationIndice generale

BSharedBasePage

Linea B-Arts Legacy: questa scheda descrive B-ArtsFramework (.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: B-ArtsFramework.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BWeb.

  • Nome completo: BArts.BWeb.BSharedBasePage.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Pagine, master page e infrastruttura condivisa per ASP.NET Web Forms.

Dichiarazione

Public Class BSharedBasePage

Costruttori

Nome Dichiarazione
New Public Sub New(Page As Web.UI.Page, Context As Web.HttpContext)
New Public Sub New(MasterPage As Web.UI.MasterPage, Context As Web.HttpContext)

Proprietà

Nome Dichiarazione
IsMasterPage Public ReadOnly Property IsMasterPage As Boolean
Response Public ReadOnly Property Response As Web.HttpResponse
Request Public ReadOnly Property Request As Web.HttpRequest
Server Public ReadOnly Property Server As System.Web.HttpServerUtility
Header Public ReadOnly Property Header As Web.UI.HtmlControls.HtmlHead
Form Public ReadOnly Property Form As Web.UI.HtmlControls.HtmlForm
Context Public ReadOnly Property Context As System.Web.HttpContext
IsPostBack Public ReadOnly Property IsPostBack As Boolean
BrowserName Public ReadOnly Property BrowserName As String
BrowserVersion Public ReadOnly Property BrowserVersion As String
Page Public Property Page As System.Web.UI.Page
MPage Public Property MPage As System.Web.UI.MasterPage
DisabilitaInvio Public Property DisabilitaInvio As Boolean = False
EnabledKeyDownEventOnPage Public Property EnabledKeyDownEventOnPage As Boolean = False
FunctionJSOnKeyDown Public Property FunctionJSOnKeyDown As String = "AllPage_OnKeyDown"
VS_Debug Public Property VS_Debug As Boolean = False
PathBTheme Public Property PathBTheme As String = K_PATHTHEAM
PathBMaster Public Property PathBMaster As String = K_PATHMASTERCSS
BMasterCSS Public Property BMasterCSS As String = "CSS"
BMasterJS Public Property BMasterJS As String = "CSS"
BTheme Public Property BTheme As String = "tmBApp"
AutoMinify Public Property AutoMinify As Boolean = True

Metodi

Nome Dichiarazione
BPage_Load Public Sub BPage_Load(ByVal sender As Object, ByVal e As System.EventArgs)
GetMinLinkThemes Public Function GetMinLinkThemes() As String
GetLinkThemes Public Function GetLinkThemes() As String
GetMinLinkMasterCSS Public Function GetMinLinkMasterCSS() As String
GetMinLinkMasterJS Public Function GetMinLinkMasterJS() As String
GetLinkMasterCSS Public Function GetLinkMasterCSS() As String
GetLinkMasterJS Public Function GetLinkMasterJS() As String
GetLinkBArts Public Function GetLinkBArts() As String
BRedirect Public Sub BRedirect(url As String, Optional Permanent As Boolean = True)

Sorgenti verificati

  • Base\BSharedBasePage.vb