C# 클래스 System.Web.UI.Page

상속: System.Web.UI.TemplateControl, System.Web.IHttpHandler
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddContentTemplate void
AddStyleSheets void
AddWrappedFileDependencies void
ApplyMasterPage void
AreValidatorsUplevel bool
AreValidatorsUplevel bool
AspCompatBeginProcessRequest IAsyncResult
AspCompatEndProcessRequest void
AsyncPageBeginProcessRequest IAsyncResult
AsyncPageEndProcessRequest void
BelongsToGroup bool
CreateHtmlTextWriter System.Web.UI.HtmlTextWriter
DesignerInitialize void
DeterminePostBackMode NameValueCollection
EndAsyncTaskCallback void
FindControl Control
GetCallbackTarget ICallbackEventHandler
GetFormatter IStateFormatter
GetPageCulture CultureInfo
GetPostBackClientEvent string
GetPostBackClientHyperlink string
GetPostBackEventReference string
GetPostBackEventReference string
GetSavedViewState string
GetSubmitStatements string
GetTypeHashCode int
GetWrappedFileDependencies object
InitOutputCache void
InitOutputCache void
InitOutputCache void
InitializeCulture void
InitializeStyleSheet void
InitializeTheme void
InternalProcessRequest void
IsClientScriptBlockRegistered bool
IsStartupScriptRegistered bool
LoadPageControlState void
LoadPageStateFromPersistenceMedium object
LoadPageViewState void
LoadPreviousPageReference void
OnFormPostRender void
OnFormRender void
PopDataItemContext void
ProcessCallbackData string
ProcessException void
ProcessGetCallbackResult string
ProcessLoad void
ProcessLoadComplete bool
ProcessPostData void
ProcessPostData void
ProcessRaiseCallbackEvent void
ProcessRaiseEvents void
ProcessRequest void
ProcessUnload void
PushDataItemContext void
RaiseChangedEvents void
RaisePostBackEvent void
RaisePostBackEvents void
RegisterArrayDeclaration void
RegisterClientScriptBlock void
RegisterClientScriptFile void
RegisterEnabledControl void
RegisterForm void
RegisterHiddenField void
RegisterOnSubmitStatement void
RegisterRequiresControlState void
RegisterRequiresPostBack void
RegisterRequiresRaiseEvent void
RegisterStartupScript void
RegisterViewStateHandler void
RenderClientScriptFormDeclaration void
RenderPage void
RenderPostBackScript void
RenderTrace void
RequiresFormScriptDeclaration void
RequiresPostBackScript void
RestorePageState void
SavePageControlState object
SavePageStateToPersistenceMedium void
SavePageViewState void
SetContext void
SetHeader void
UnregisterRequiresControlState void
ValidateCollection bool
VerifyRenderingInServerForm void

공개 메소드들

메소드 설명
AddOnPreRenderCompleteAsync ( BeginEventHandler beginHandler, EndEventHandler endHandler ) : void
AddOnPreRenderCompleteAsync ( BeginEventHandler beginHandler, EndEventHandler endHandler, Object state ) : void
CreateHtmlTextWriterFromType ( TextWriter tw, Type writerType ) : System.Web.UI.HtmlTextWriter
ExecuteRegisteredAsyncTasks ( ) : void
FindControl ( string id ) : Control
GetDataItem ( ) : object
GetValidators ( string validationGroup ) : System.Web.UI.ValidatorCollection
MapPath ( string virtualPath ) : string
Page ( ) : System
RegisterAsyncTask ( PageAsyncTask task ) : void
RegisterRequiresViewStateEncryption ( ) : void
RequiresControlState ( Control control ) : bool
SetFocus ( Control control ) : void
SetFocus ( string clientID ) : void
Validate ( ) : void
Validate ( string validationGroup ) : void

보호된 메소드들

메소드 설명
FrameworkInitialize ( ) : void
OnInit ( EventArgs e ) : void
OnInitComplete ( EventArgs e ) : void
OnLoadComplete ( EventArgs e ) : void
OnPreInit ( EventArgs e ) : void
OnPreLoad ( EventArgs e ) : void
OnPreRenderComplete ( EventArgs e ) : void
OnSaveStateComplete ( EventArgs e ) : void
Render ( HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
AddContentTemplate ( string templateName, ITemplate template ) : void
AddStyleSheets ( System.Web.UI.PageTheme theme, List &links ) : void
AddWrappedFileDependencies ( object virtualFileDependencies ) : void
ApplyMasterPage ( ) : void
AreValidatorsUplevel ( ) : bool
AreValidatorsUplevel ( string valGroup ) : bool
AspCompatBeginProcessRequest ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
AspCompatEndProcessRequest ( IAsyncResult result ) : void
AsyncPageBeginProcessRequest ( HttpContext context, AsyncCallback callback, object extraData ) : IAsyncResult
AsyncPageEndProcessRequest ( IAsyncResult result ) : void
BelongsToGroup ( IValidator v, string validationGroup ) : bool
CreateHtmlTextWriter ( TextWriter tw ) : System.Web.UI.HtmlTextWriter
DesignerInitialize ( ) : void
DeterminePostBackMode ( ) : NameValueCollection
EndAsyncTaskCallback ( IAsyncResult result ) : void
FindControl ( string id, bool decode ) : Control
GetCallbackTarget ( ) : ICallbackEventHandler
GetFormatter ( ) : IStateFormatter
GetPageCulture ( string culture, CultureInfo deflt ) : CultureInfo
GetPostBackClientEvent ( Control control, string argument ) : string
GetPostBackClientHyperlink ( Control control, string argument ) : string
GetPostBackEventReference ( Control control ) : string
GetPostBackEventReference ( Control control, string argument ) : string
GetSavedViewState ( ) : string
GetSubmitStatements ( ) : string
GetTypeHashCode ( ) : int
GetWrappedFileDependencies ( string list ) : object
InitOutputCache ( System.Web.UI.OutputCacheParameters cacheSettings ) : void
InitOutputCache ( int duration, string varyByHeader, string varyByCustom, OutputCacheLocation location, string varyByParam ) : void
InitOutputCache ( int duration, string varyByContentEncoding, string varyByHeader, string varyByCustom, OutputCacheLocation location, string varyByParam ) : void
InitializeCulture ( ) : void
InitializeStyleSheet ( ) : void
InitializeTheme ( ) : void
InternalProcessRequest ( ) : void
IsClientScriptBlockRegistered ( string key ) : bool
IsStartupScriptRegistered ( string key ) : bool
LoadPageControlState ( object data ) : void
LoadPageStateFromPersistenceMedium ( ) : object
LoadPageViewState ( ) : void
LoadPreviousPageReference ( ) : void
OnFormPostRender ( System.Web.UI.HtmlTextWriter writer, string formUniqueID ) : void
OnFormRender ( System.Web.UI.HtmlTextWriter writer, string formUniqueID ) : void
PopDataItemContext ( ) : void
ProcessCallbackData ( ) : string
ProcessException ( Exception e ) : void
ProcessGetCallbackResult ( ICallbackEventHandler target, string callbackEventError ) : string
ProcessLoad ( ) : void
ProcessLoadComplete ( ) : bool
ProcessPostData ( ) : void
ProcessPostData ( NameValueCollection data, bool second ) : void
ProcessRaiseCallbackEvent ( ICallbackEventHandler target, string &callbackEventError ) : void
ProcessRaiseEvents ( ) : void
ProcessRequest ( HttpContext context ) : void
ProcessUnload ( ) : void
PushDataItemContext ( object o ) : void
RaiseChangedEvents ( ) : void
RaisePostBackEvent ( IPostBackEventHandler sourceControl, string eventArgument ) : void
RaisePostBackEvents ( ) : void
RegisterArrayDeclaration ( string arrayName, string arrayValue ) : void
RegisterClientScriptBlock ( string key, string script ) : void
RegisterClientScriptFile ( string a, string b, string c ) : void
RegisterEnabledControl ( Control control ) : void
RegisterForm ( HtmlForm form ) : void
RegisterHiddenField ( string hiddenFieldName, string hiddenFieldInitialValue ) : void
RegisterOnSubmitStatement ( string key, string script ) : void
RegisterRequiresControlState ( Control control ) : void
RegisterRequiresPostBack ( Control control ) : void
RegisterRequiresRaiseEvent ( IPostBackEventHandler control ) : void
RegisterStartupScript ( string key, string script ) : void
RegisterViewStateHandler ( ) : void
RenderClientScriptFormDeclaration ( HtmlTextWriter writer, string formUniqueID ) : void
RenderPage ( ) : void
RenderPostBackScript ( HtmlTextWriter writer, string formUniqueID ) : void
RenderTrace ( ) : void
RequiresFormScriptDeclaration ( ) : void
RequiresPostBackScript ( ) : void
RestorePageState ( ) : void
SavePageControlState ( ) : object
SavePageStateToPersistenceMedium ( object viewState ) : void
SavePageViewState ( ) : void
SetContext ( HttpContext context ) : void
SetHeader ( HtmlHead header ) : void
UnregisterRequiresControlState ( Control control ) : void
ValidateCollection ( ValidatorCollection validators ) : bool
VerifyRenderingInServerForm ( Control control ) : void

메소드 상세

AddOnPreRenderCompleteAsync() 공개 메소드

public AddOnPreRenderCompleteAsync ( BeginEventHandler beginHandler, EndEventHandler endHandler ) : void
beginHandler BeginEventHandler
endHandler EndEventHandler
리턴 void

AddOnPreRenderCompleteAsync() 공개 메소드

public AddOnPreRenderCompleteAsync ( BeginEventHandler beginHandler, EndEventHandler endHandler, Object state ) : void
beginHandler BeginEventHandler
endHandler EndEventHandler
state Object
리턴 void

CreateHtmlTextWriterFromType() 공개 정적인 메소드

public static CreateHtmlTextWriterFromType ( TextWriter tw, Type writerType ) : System.Web.UI.HtmlTextWriter
tw System.IO.TextWriter
writerType System.Type
리턴 System.Web.UI.HtmlTextWriter

ExecuteRegisteredAsyncTasks() 공개 메소드

public ExecuteRegisteredAsyncTasks ( ) : void
리턴 void

FindControl() 공개 메소드

public FindControl ( string id ) : Control
id string
리턴 Control

FrameworkInitialize() 보호된 메소드

protected FrameworkInitialize ( ) : void
리턴 void

GetDataItem() 공개 메소드

public GetDataItem ( ) : object
리턴 object

GetValidators() 공개 메소드

public GetValidators ( string validationGroup ) : System.Web.UI.ValidatorCollection
validationGroup string
리턴 System.Web.UI.ValidatorCollection

MapPath() 공개 메소드

public MapPath ( string virtualPath ) : string
virtualPath string
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnInitComplete() 보호된 메소드

protected OnInitComplete ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoadComplete() 보호된 메소드

protected OnLoadComplete ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreInit() 보호된 메소드

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreLoad() 보호된 메소드

protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRenderComplete() 보호된 메소드

protected OnPreRenderComplete ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSaveStateComplete() 보호된 메소드

protected OnSaveStateComplete ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page() 공개 메소드

public Page ( ) : System
리턴 System

RegisterAsyncTask() 공개 메소드

public RegisterAsyncTask ( PageAsyncTask task ) : void
task PageAsyncTask
리턴 void

RegisterRequiresViewStateEncryption() 공개 메소드

public RegisterRequiresViewStateEncryption ( ) : void
리턴 void

Render() 보호된 메소드

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

RequiresControlState() 공개 메소드

public RequiresControlState ( Control control ) : bool
control Control
리턴 bool

SetFocus() 공개 메소드

public SetFocus ( Control control ) : void
control Control
리턴 void

SetFocus() 공개 메소드

public SetFocus ( string clientID ) : void
clientID string
리턴 void

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( string validationGroup ) : void
validationGroup string
리턴 void