Sideway
output.to from Sideway
Draft for Information Only

Content

Built-in ASP.NET Objects
  Source/Reference

Built-in ASP.NET Objects

ASP.NET objects are the intrinsic objects provided by the ASP.NET engine for creating ASP.NET pages. And the interactive web application can then be built through the using of these built-in objects in the web pages.

Methods, Properties, Collections and Events of built-in ASP.NET objects.

NOT YET UPDATED

Class   HttpResponse(TextWriter) HttpRequest(String, String, String) HttpServerUtility HttpApplicationState HttpApplication() HttpSessionState SessionStateModule HttpContext N/A      
Object   Page.Response property Page.Request property Page.Server property Page.Application property Page.Application property Page.Session property Page.Session property Page.Context property N/A      
Built-in Objects Response Request Server Application Application Session Session ObjectContext ASPError Cache Trace User
Methods AddCacheDependency(CacheDependency[]) BinaryRead(Int32) ClearError() Add(String, Object) AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) Abandon() Dispose() AddError(Exception)
AddCacheItemDependencies(ArrayList) Equals(Object) CreateObject(String) BaseAdd(String, Object) AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) Add(String, Object) Equals(Object) ClearError()
AddCacheItemDependencies(String[]) GetHashCode() CreateObject(Type) BaseClear() AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) Clear() GetHashCode() Equals(Object)
AddCacheItemDependency(String) GetType() CreateObjectFromClsid(String) BaseGet(Int32) AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) Contents.Remove GetType() GetAppConfig(String)
AddFileDependencies(ArrayList) MapImageCoordinates(String) Equals(Object) BaseGet(String) AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) Contents.RemoveAll Init(HttpApplication) GetConfig(String)
AddFileDependencies(String[]) MapPath(String) Execute(IHttpHandler, TextWriter, Boolean) BaseGetAllKeys() AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) CopyTo(Array, Int32) MemberwiseClone() GetGlobalResourceObject(String, String)
AddFileDependency(String) MapPath(String, String, Boolean) Execute(String) BaseGetAllValues() AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler) Equals(Object) ReleaseSessionState(HttpContext) GetGlobalResourceObject(String, String, CultureInfo)
AddHeader(String, String) MemberwiseClone() Execute(String, Boolean) BaseGetAllValues(Type) AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object) GetEnumerator() ReleaseSessionStateAsync(HttpContext) GetHashCode()
    AppendCookie(HttpCookie) SaveAs(String, Boolean) Execute(String, TextWriter) BaseGetKey(Int32) AddOnEndRequestAsync(BeginEventHandler, EndEventHandler) GetHashCode() ToString() GetLocalResourceObject(String, String)        
    AppendHeader(String, String) ToString() Execute(String, TextWriter, Boolean) BaseHasKeys() AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object) GetType()   GetLocalResourceObject(String, String, CultureInfo)        
    AppendToLog(String) ValidateInput() GetHashCode() BaseRemove(String) AddOnLogRequestAsync(BeginEventHandler, EndEventHandler) MemberwiseClone()   GetSection(String)        
    ApplyAppPathModifier(String)   GetLastError() BaseRemoveAt(Int32) AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object) Remove(String)   GetType()        
    BinaryWrite(Byte[])   GetType() BaseSet(Int32, Object) AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) RemoveAll()   MemberwiseClone()        
    Clear()   HtmlDecode(String) BaseSet(String, Object) AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) RemoveAt(Int32)   RemapHandler(IHttpHandler)        
    ClearContent()   HtmlDecode(String, TextWriter) Clear() AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) ToString()   RewritePath(String)        
ClearHeaders() HtmlEncode(String) Contents.Remove AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) RewritePath(String, Boolean)
    Close()   HtmlEncode(String, TextWriter) Contents.RemoveAll AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)     RewritePath(String, String, String)        
    DisableKernelCache()   MapPath(String) Equals(Object) AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)     RewritePath(String, String, String, Boolean)        
    End()   MemberwiseClone() Get(Int32) AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)     ToString()        
    Equals(Object)   ToString() Get(String) AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object)     SetAbout        
    Flush()   Transfer(IHttpHandler, Boolean) GetEnumerator() AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler)     SetComplete        
GetHashCode() Transfer(String) GetHashCode() AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object)
    GetType()   Transfer(String, Boolean) GetKey(Int32) AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)              
    MemberwiseClone()   TransferRequest(String) GetObjectData(SerializationInfo, StreamingContext) AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object)              
    Pics(String)   TransferRequest(String, Boolean) GetType() AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)              
    Redirect(String)   TransferRequest(String, Boolean, String, NameValueCollection) Lock() AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object)              
    Redirect(String, Boolean)   UrlDecode(String) MemberwiseClone() AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)              
    RemoveOutputCacheItem(String)   UrlDecode(String, TextWriter) OnDeserialization(Object) AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object)              
    SetCookie(HttpCookie)   UrlEncode(String) Remove(String) AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)              
    ToString()   UrlEncode(String, TextWriter) RemoveAll() AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)              
    TransmitFile(String)   UrlPathEncode(String) RemoveAt(Int32) AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)              
    TransmitFile(String, Int64, Int64)   UrlTokenDecode(String) Set(String, Object) AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)              
    Write(Char)   UrlTokenEncode(Byte[]) ToString() AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)              
    Write(Char[], Int32, Int32)     UnLock() AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object)              
    Write(Object)       AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)              
    Write(String)       AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object)              
    WriteFile(IntPtr, Int64, Int64)       AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)              
    WriteFile(String)       AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)              
    WriteFile(String, Boolean)       AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)              
    WriteFile(String, Int64, Int64)       AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)              
    WriteSubstitution(HttpResponseSubstitutionCallback)       CompleteRequest()              
            Dispose()              
            Equals(Object)              
            GetHashCode()              
            GetType()              
            GetVaryByCustomString(HttpContext, String)              
            Init()              
            MemberwiseClone()              
            ToString()              
Properties Buffer AcceptTypes MachineName AllKeys Application CodePage   AllErrors ASPCode      
BufferOutput AnonymousID ScriptTimeout Contents Context Contents   Application ASPDescription      
Cache ApplicationPath Count Events CookieMode   ApplicationInstance Category      
CacheControl AppRelativeCurrentExecutionFilePath ICollection.IsSynchronized Modules Count   Cache Column      
Charset Browser ICollection.SyncRoot Request IsCookieless   Current Description      
CodePage ClientCertificate IsReadOnly Response IsNewSession   CurrentHandler File      
ContentEncoding ContentEncoding Item[Int32] Server IsReadOnly   CurrentNotification Line      
ContentType ContentLength Item[String] Session IsSynchronized   Error Number      
Cookies ContentType Keys Site Item[Int32]   Handler Source      
Expires Cookies StaticObjects User Item[String]   IsCustomErrorEnabled
ExpiresAbsolute CurrentExecutionFilePath Keys   IsDebuggingEnabled
    Filter FilePath       LCID   IsPostNotification        
    HeaderEncoding Files       Mode   Items        
    Headers Filter       SessionID   PreviousHandler        
    IsClientConnected Form       StaticObjects   Profile        
    IsRequestBeingRedirected Headers       SyncRoot   Request        
    LCID HttpChannelBinding       Timeout   Response        
    Output HttpMethod           Server        
    OutputStream InputStream           Session        
    PICS IsAuthenticated           SkipAuthorization        
    RedirectLocation IsLocal           Timestamp        
    Status IsSecureConnection           Trace        
    StatusCode Item[String]           User        
    StatusDescription LogonUserIdentity                    
    SubStatusCode Params                    
    SuppressContent Path                    
    TrySkipIisCustomErrors PathInfo                    
      PhysicalApplicationPath                    
      PhysicalPath                    
      QueryString                    
      RawUrl                    
      RequestType                    
      ServerVariables                    
      TotalBytes                    
      Url                    
      UrlReferrer                    
      UserAgent                    
      UserHostAddress                    
      UserHostName                    
      UserLanguages                    
Collections Cookies ClientCertificate Contents Contents Contents  
Cookies StaticObjects StaticObjects StaticObjects  
Form
Querystring
ServerVariables
Events AcquireRequestState   End OnTransactionAbort
AuthenticateRequest   Start OnTransactionCommit
            AuthorizeRequest   Session_OnEnd          
            BeginRequest   Session_OnStart          
            Disposed              
            EndRequest              
            Error              
            LogRequest              
            MapRequestHandler              
            PostAcquireRequestState              
            PostAuthenticateRequest              
            PostAuthorizeRequest              
            PostLogRequest              
            PostMapRequestHandler              
            PostReleaseRequestState              
            PostRequestHandlerExecute              
            PostResolveRequestCache              
            PostUpdateRequestCache              
            PreRequestHandlerExecute              
            PreSendRequestContent              
            PreSendRequestHeaders              
            ReleaseRequestState              
            ResolveRequestCache              
            UpdateRequestCache              
            Application_OnEnd              
            Application_OnStart              
Explicit Interface ICollection.CopyTo(Array, Int32) IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object) IServiceProvider.GetService(Type)
            IHttpAsyncHandler.EndProcessRequest(IAsyncResult)              
            IHttpHandler.IsReusable              
            IHttpHandler.ProcessRequest(HttpContext)              

Source/Reference

  • https://www.tutorialspoint.com/asp.net/asp.net_server_side.htm

©sideway

ID: 190500027 Last Updated: 5/27/2019 Revision: 0 Ref:

close

References

  1. Active Server Pages,  , http://msdn.microsoft.com/en-us/library/aa286483.aspx
  2. ASP Overview,  , http://msdn.microsoft.com/en-us/library/ms524929%28v=vs.90%29.aspx
  3. ASP Best Practices,  , http://technet.microsoft.com/en-us/library/cc939157.aspx
  4. ASP Built-in Objects,  , http://msdn.microsoft.com/en-us/library/ie/ms524716(v=vs.90).aspx
  5. Response Object,  , http://msdn.microsoft.com/en-us/library/ms525405(v=vs.90).aspx
  6. Request Object,  , http://msdn.microsoft.com/en-us/library/ms524948(v=vs.90).aspx
  7. Server Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525541(v=vs.90).aspx
  8. Application Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525360(v=vs.90).aspx
  9. Session Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms524319(8v=vs.90).aspx
  10. ASPError Object,  , http://msdn.microsoft.com/en-us/library/ms524942(v=vs.90).aspx
  11. ObjectContext Object (IIS),  , http://msdn.microsoft.com/en-us/library/ms525667(v=vs.90).aspx
  12. Debugging Global.asa Files,  , http://msdn.microsoft.com/en-us/library/aa291249(v=vs.71).aspx
  13. How to: Debug Global.asa files,  , http://msdn.microsoft.com/en-us/library/ms241868(v=vs.80).aspx
  14. Calling COM Components from ASP Pages,  , http://msdn.microsoft.com/en-us/library/ms524620(v=VS.90).aspx
  15. IIS ASP Scripting Reference,  , http://msdn.microsoft.com/en-us/library/ms524664(v=vs.90).aspx
  16. ASP Keywords,  , http://msdn.microsoft.com/en-us/library/ms524672(v=vs.90).aspx
  17. Creating Simple ASP Pages,  , http://msdn.microsoft.com/en-us/library/ms524741(v=vs.90).aspx
  18. Including Files in ASP Applications,  , http://msdn.microsoft.com/en-us/library/ms524876(v=vs.90).aspx
  19. ASP Overview,  , http://msdn.microsoft.com/en-us/library/ms524929(v=vs.90).aspx
  20. FileSystemObject Object,  , http://msdn.microsoft.com/en-us/library/z9ty6h50(v=vs.84).aspx
  21. http://msdn.microsoft.com/en-us/library/windows/desktop/ms675944(v=vs.85).aspx,  , ADO Object Model
  22. ADO Fundamentals,  , http://msdn.microsoft.com/en-us/library/windows/desktop/ms680928(v=vs.85).aspx
close

Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019