| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644 |
- //
- // System.Web.UI.Page.cs
- //
- // Authors:
- // Duncan Mak ([email protected])
- // Gonzalo Paniagua ([email protected])
- // Andreas Nahr ([email protected])
- //
- // (C) 2002,2003 Ximian, Inc. (http://www.ximian.com)
- // Copyright (C) 2003,2005 Novell, Inc (http://www.novell.com)
- //
- // Permission is hereby granted, free of charge, to any person obtaining
- // a copy of this software and associated documentation files (the
- // "Software"), to deal in the Software without restriction, including
- // without limitation the rights to use, copy, modify, merge, publish,
- // distribute, sublicense, and/or sell copies of the Software, and to
- // permit persons to whom the Software is furnished to do so, subject to
- // the following conditions:
- //
- // The above copyright notice and this permission notice shall be
- // included in all copies or substantial portions of the Software.
- //
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- //
- using System;
- using System.Collections;
- using System.Collections.Specialized;
- using System.ComponentModel;
- using System.ComponentModel.Design;
- using System.ComponentModel.Design.Serialization;
- using System.Globalization;
- using System.IO;
- using System.Security.Cryptography;
- using System.Security.Permissions;
- using System.Security.Principal;
- using System.Text;
- using System.Threading;
- using System.Web;
- using System.Web.Caching;
- using System.Web.Configuration;
- using System.Web.SessionState;
- using System.Web.Util;
- using System.Web.UI.HtmlControls;
- using System.Web.UI.WebControls;
- #if NET_2_0
- using System.Web.UI.Adapters;
- #endif
- namespace System.Web.UI
- {
- // CAS
- [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
- [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
- #if NET_2_0
- [RootDesignerSerializer ("Microsoft.VisualStudio.Web.WebForms.RootCodeDomSerializer, " + Consts.AssemblyMicrosoft_VisualStudio_Web, "System.ComponentModel.Design.Serialization.CodeDomSerializer, " + Consts.AssemblySystem_Design, true)]
- #else
- [RootDesignerSerializer ("Microsoft.VSDesigner.WebForms.RootCodeDomSerializer, " + Consts.AssemblyMicrosoft_VSDesigner, "System.ComponentModel.Design.Serialization.CodeDomSerializer, " + Consts.AssemblySystem_Design, true)]
- #endif
- [DefaultEvent ("Load"), DesignerCategory ("ASPXCodeBehind")]
- [ToolboxItem (false)]
- #if NET_2_0
- [Designer ("Microsoft.VisualStudio.Web.WebForms.WebFormDesigner, " + Consts.AssemblyMicrosoft_VisualStudio_Web, typeof (IRootDesigner))]
- #else
- [Designer ("Microsoft.VSDesigner.WebForms.WebFormDesigner, " + Consts.AssemblyMicrosoft_VSDesigner, typeof (IRootDesigner))]
- #endif
- public class Page : TemplateControl, IHttpHandler
- {
- private bool _eventValidation = true;
- private bool _viewState = true;
- private bool _viewStateMac;
- private string _errorPage;
- private bool is_validated;
- private bool _smartNavigation;
- private int _transactionMode;
- private HttpContext _context;
- private ValidatorCollection _validators;
- private bool renderingForm;
- private object _savedViewState;
- private ArrayList _requiresPostBack;
- private ArrayList _requiresPostBackCopy;
- private ArrayList requiresPostDataChanged;
- private IPostBackEventHandler requiresRaiseEvent;
- private NameValueCollection secondPostData;
- private bool requiresPostBackScript;
- private bool postBackScriptRendered;
- bool handleViewState;
- string viewStateUserKey;
- NameValueCollection _requestValueCollection;
- string clientTarget;
- ClientScriptManager scriptManager;
- bool allow_load; // true when the Form collection belongs to this page (GetTypeHashCode)
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected const string postEventArgumentID = "__EVENTARGUMENT";
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected const string postEventSourceID = "__EVENTTARGET";
- #if NET_2_0
- internal const string CallbackArgumentID = "__CALLBACKARGUMENT";
- internal const string CallbackSourceID = "__CALLBACKTARGET";
- internal const string PreviousPageID = "__PREVIOUSPAGE";
-
- HtmlHead htmlHeader;
-
- MasterPage masterPage;
- string masterPageFile;
-
- Page previousPage;
- bool isCrossPagePostBack;
- ArrayList requireStateControls;
- Hashtable _validatorsByGroup;
- HtmlForm _form;
- string _title;
- #endif
- #region Constructor
- public Page ()
- {
- scriptManager = new ClientScriptManager (this);
- Page = this;
- ID = "__Page";
- }
- #endregion
- #region Properties
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public HttpApplicationState Application
- {
- get {
- if (_context == null)
- return null;
- return _context.Application;
- }
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- public bool AspCompatMode
- {
- get { return false; }
- set { throw new NotImplementedException (); }
- }
- #else
- protected bool AspCompatMode
- {
- set { throw new NotImplementedException (); }
- }
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public bool Buffer
- {
- get { return Response.BufferOutput; }
- set { Response.BufferOutput = value; }
- }
- #else
- protected bool Buffer
- {
- set { Response.BufferOutput = value; }
- }
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public Cache Cache
- {
- get {
- if (_context == null)
- throw new HttpException ("No cache available without a context.");
- return _context.Cache;
- }
- }
- #if NET_2_0
- [EditorBrowsableAttribute (EditorBrowsableState.Advanced)]
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false), DefaultValue ("")]
- [WebSysDescription ("Value do override the automatic browser detection and force the page to use the specified browser.")]
- public string ClientTarget
- {
- get { return (clientTarget == null) ? "" : clientTarget; }
- set {
- clientTarget = value;
- if (value == "")
- clientTarget = null;
- }
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public int CodePage
- {
- get { return Response.ContentEncoding.CodePage; }
- set { Response.ContentEncoding = Encoding.GetEncoding (value); }
- }
- #else
- protected int CodePage
- {
- set { Response.ContentEncoding = Encoding.GetEncoding (value); }
- }
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public string ContentType
- {
- get { return Response.ContentType; }
- set { Response.ContentType = value; }
- }
- #else
- protected string ContentType
- {
- set { Response.ContentType = value; }
- }
- #endif
- protected override HttpContext Context
- {
- get {
- if (_context == null)
- return HttpContext.Current;
- return _context;
- }
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public string Culture
- {
- get { return Thread.CurrentThread.CurrentCulture.Name; }
- set { Thread.CurrentThread.CurrentCulture = new CultureInfo (value); }
- }
- #else
- protected string Culture
- {
- set { Thread.CurrentThread.CurrentCulture = new CultureInfo (value); }
- }
- #endif
- #if NET_2_0
- public virtual bool EnableEventValidation {
- get { return _eventValidation; }
- set { _eventValidation = value;}
- }
- #endif
- [Browsable (false)]
- public override bool EnableViewState
- {
- get { return _viewState; }
- set { _viewState = value; }
- }
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected bool EnableViewStateMac
- {
- get { return _viewStateMac; }
- set { _viewStateMac = value; }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false), DefaultValue ("")]
- [WebSysDescription ("The URL of a page used for error redirection.")]
- public string ErrorPage
- {
- get { return _errorPage; }
- set {
- _errorPage = value;
- if (_context != null)
- _context.ErrorPage = value;
- }
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected ArrayList FileDependencies
- {
- set {
- if (Response != null)
- Response.AddFileDependencies (value);
- }
- }
- [Browsable (false)]
- public override string ID
- {
- get { return base.ID; }
- set { base.ID = value; }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public bool IsPostBack
- {
- get {
- return _requestValueCollection != null;
- }
- }
- [EditorBrowsable (EditorBrowsableState.Never), Browsable (false)]
- public bool IsReusable {
- get { return false; }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public bool IsValid {
- get {
- if (!is_validated)
- throw new HttpException (Locale.GetText ("Page hasn't been validated."));
- return ValidateCollection (_validators);
- }
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public int LCID {
- get { return Thread.CurrentThread.CurrentCulture.LCID; }
- set { Thread.CurrentThread.CurrentCulture = new CultureInfo (value); }
- }
- #else
- protected int LCID {
- set { Thread.CurrentThread.CurrentCulture = new CultureInfo (value); }
- }
- #endif
- #if NET_2_0
- public PageAdapter PageAdapter {
- get {
- return (PageAdapter)Adapter;
- }
- }
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public HttpRequest Request
- {
- get {
- if (_context != null)
- return _context.Request;
- throw new HttpException("Request is not available without context");
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public HttpResponse Response
- {
- get {
- if (_context != null)
- return _context.Response;
- throw new HttpException ("Response is not available without context");
- }
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public string ResponseEncoding
- {
- get { return Response.ContentEncoding.WebName; }
- set { Response.ContentEncoding = Encoding.GetEncoding (value); }
- }
- #else
- protected string ResponseEncoding
- {
- set { Response.ContentEncoding = Encoding.GetEncoding (value); }
- }
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public HttpServerUtility Server
- {
- get {
- return Context.Server;
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public virtual HttpSessionState Session
- {
- get {
- if (_context == null)
- throw new HttpException ("Session is not available without context");
- if (_context.Session == null)
- throw new HttpException ("Session state can only be used " +
- "when enableSessionState is set to true, either " +
- "in a configuration file or in the Page directive.");
- return _context.Session;
- }
- }
- #if NET_2_0
- [FilterableAttribute (false)]
- [Obsolete]
- #endif
- [Browsable (false)]
- public bool SmartNavigation
- {
- get { return _smartNavigation; }
- set { _smartNavigation = value; }
- }
- #if NET_2_0
- [Localizable (true)]
- [Bindable (true)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public string Title {
- get { return _title; }
- set { _title = value; }
- }
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public TraceContext Trace
- {
- get { return Context.Trace; }
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public bool TraceEnabled
- {
- get { return Trace.IsEnabled; }
- set { Trace.IsEnabled = value; }
- }
- #else
- protected bool TraceEnabled
- {
- set { Trace.IsEnabled = value; }
- }
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public TraceMode TraceModeValue
- {
- get { return Trace.TraceMode; }
- set { Trace.TraceMode = value; }
- }
- #else
- protected TraceMode TraceModeValue
- {
- set { Trace.TraceMode = value; }
- }
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- public int TransactionMode
- {
- get { return _transactionMode; }
- set { _transactionMode = value; }
- }
- #else
- protected int TransactionMode
- {
- set { _transactionMode = value; }
- }
- #endif
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if NET_2_0
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public string UICulture
- {
- get { return Thread.CurrentThread.CurrentUICulture.Name; }
- set { Thread.CurrentThread.CurrentUICulture = new CultureInfo (value); }
- }
- #else
- protected string UICulture
- {
- set { Thread.CurrentThread.CurrentUICulture = new CultureInfo (value); }
- }
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public IPrincipal User
- {
- get { return Context.User; }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- public ValidatorCollection Validators
- {
- get {
- if (_validators == null)
- _validators = new ValidatorCollection ();
- return _validators;
- }
- }
- [MonoTODO ("Use this when encrypting/decrypting ViewState")]
- [Browsable (false)]
- public string ViewStateUserKey {
- get { return viewStateUserKey; }
- set { viewStateUserKey = value; }
- }
- [Browsable (false)]
- public override bool Visible
- {
- get { return base.Visible; }
- set { base.Visible = value; }
- }
- #endregion
- #region Methods
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected IAsyncResult AspCompatBeginProcessRequest (HttpContext context,
- AsyncCallback cb,
- object extraData)
- {
- throw new NotImplementedException ();
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected void AspCompatEndProcessRequest (IAsyncResult result)
- {
- throw new NotImplementedException ();
- }
-
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected virtual HtmlTextWriter CreateHtmlTextWriter (TextWriter tw)
- {
- return new HtmlTextWriter (tw);
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- public void DesignerInitialize ()
- {
- InitRecursive (null);
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected virtual NameValueCollection DeterminePostBackMode ()
- {
- if (_context == null)
- return null;
- HttpRequest req = _context.Request;
- if (req == null)
- return null;
- NameValueCollection coll = null;
- if (0 == String.Compare (Request.HttpMethod, "POST", true, CultureInfo.InvariantCulture)) {
- coll = req.Form;
- WebROCollection c = (WebROCollection) coll;
- allow_load = !c.GotID;
- if (allow_load) {
- c.ID = GetTypeHashCode ();
- } else {
- allow_load = (c.ID == GetTypeHashCode ());
- }
- } else {
- coll = req.QueryString;
- }
-
- if (coll == null || coll ["__VIEWSTATE"] == null)
- return null;
- return coll;
- }
- #if NET_2_0
- public override Control FindControl (string id) {
- if (id == ID)
- return this;
- else
- return base.FindControl (id);
- }
- #endif
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public string GetPostBackClientEvent (Control control, string argument)
- {
- return scriptManager.GetPostBackEventReference (control, argument);
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public string GetPostBackClientHyperlink (Control control, string argument)
- {
- return scriptManager.GetPostBackClientHyperlink (control, argument);
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public string GetPostBackEventReference (Control control)
- {
- return scriptManager.GetPostBackEventReference (control, "");
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public string GetPostBackEventReference (Control control, string argument)
- {
- return scriptManager.GetPostBackEventReference (control, argument);
- }
- internal void RequiresPostBackScript ()
- {
- requiresPostBackScript = true;
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- public virtual int GetTypeHashCode ()
- {
- return 0;
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- protected virtual void InitOutputCache (int duration,
- string varyByHeader,
- string varyByCustom,
- OutputCacheLocation location,
- string varyByParam)
- {
- HttpCachePolicy cache = _context.Response.Cache;
- bool set_vary = false;
- switch (location) {
- case OutputCacheLocation.Any:
- cache.SetCacheability (HttpCacheability.Public);
- cache.SetMaxAge (new TimeSpan (0, 0, duration));
- cache.SetLastModified (_context.Timestamp);
- set_vary = true;
- break;
- case OutputCacheLocation.Client:
- cache.SetCacheability (HttpCacheability.Private);
- cache.SetMaxAge (new TimeSpan (0, 0, duration));
- cache.SetLastModified (_context.Timestamp);
- break;
- case OutputCacheLocation.Downstream:
- cache.SetCacheability (HttpCacheability.Public);
- cache.SetMaxAge (new TimeSpan (0, 0, duration));
- cache.SetLastModified (_context.Timestamp);
- break;
- case OutputCacheLocation.Server:
- cache.SetCacheability (HttpCacheability.Server);
- set_vary = true;
- break;
- case OutputCacheLocation.None:
- break;
- }
- if (set_vary) {
- if (varyByCustom != null)
- cache.SetVaryByCustom (varyByCustom);
- if (varyByParam != null && varyByParam.Length > 0) {
- string[] prms = varyByParam.Split (';');
- foreach (string p in prms)
- cache.VaryByParams [p.Trim ()] = true;
- cache.VaryByParams.IgnoreParams = false;
- } else {
- cache.VaryByParams.IgnoreParams = true;
- }
-
- if (varyByHeader != null && varyByHeader.Length > 0) {
- string[] hdrs = varyByHeader.Split (';');
- foreach (string h in hdrs)
- cache.VaryByHeaders [h.Trim ()] = true;
- }
- }
-
- cache.Duration = duration;
- cache.SetExpires (_context.Timestamp.AddSeconds (duration));
- }
- #if NET_2_0
- [Obsolete]
- #else
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- #endif
- public bool IsClientScriptBlockRegistered (string key)
- {
- return scriptManager.IsClientScriptBlockRegistered (key);
- }
- #if NET_2_0
- [Obsolete]
- #else
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- #endif
- public bool IsStartupScriptRegistered (string key)
- {
- return scriptManager.IsStartupScriptRegistered (key);
- }
- public string MapPath (string virtualPath)
- {
- return Request.MapPath (virtualPath);
- }
-
- private void RenderPostBackScript (HtmlTextWriter writer, string formUniqueID)
- {
- writer.WriteLine ("<input type=\"hidden\" name=\"{0}\" value=\"\" />", postEventSourceID);
- writer.WriteLine ("<input type=\"hidden\" name=\"{0}\" value=\"\" />", postEventArgumentID);
- writer.WriteLine ();
- writer.WriteLine ("<script language=\"javascript\">");
- writer.WriteLine ("<!--");
- if (Request.Browser.Browser == ("Netscape") && Request.Browser.MajorVersion == 4)
- writer.WriteLine ("\tvar theForm = document.{0};", formUniqueID);
- else
- writer.WriteLine ("\tvar theForm = document.getElementById ('{0}');", formUniqueID);
- writer.WriteLine ("\tfunction __doPostBack(eventTarget, eventArgument) {");
- writer.WriteLine ("\t\ttheForm.{0}.value = eventTarget;", postEventSourceID);
- writer.WriteLine ("\t\ttheForm.{0}.value = eventArgument;", postEventArgumentID);
- writer.WriteLine ("\t\ttheForm.submit();");
- writer.WriteLine ("\t}");
- writer.WriteLine ("// -->");
- writer.WriteLine ("</script>");
- }
- internal void OnFormRender (HtmlTextWriter writer, string formUniqueID)
- {
- if (renderingForm)
- throw new HttpException ("Only 1 HtmlForm is allowed per page.");
- renderingForm = true;
- writer.WriteLine ();
- scriptManager.WriteHiddenFields (writer);
- if (requiresPostBackScript) {
- RenderPostBackScript (writer, formUniqueID);
- postBackScriptRendered = true;
- }
- if (handleViewState) {
- string vs = GetViewStateString ();
- writer.Write ("<input type=\"hidden\" name=\"__VIEWSTATE\" ");
- writer.WriteLine ("value=\"{0}\" />", vs);
- }
- scriptManager.WriteClientScriptBlocks (writer);
- }
- LosFormatter GetFormatter ()
- {
- #if NET_2_0
- PagesSection config = (PagesSection) WebConfigurationManager.GetSection ("system.web/pages");
- #else
- PagesConfiguration config = PagesConfiguration.GetInstance (_context);
- #endif
- byte [] vkey = null;
- if (config.EnableViewStateMac) {
- #if NET_2_0
- MachineKeySection mconfig = (MachineKeySection) WebConfigurationManager.GetSection ("system.web/machineKey");
- vkey = mconfig.ValidationKeyBytes;
- #else
- MachineKeyConfig mconfig = HttpContext.GetAppConfig ("system.web/machineKey") as MachineKeyConfig;
- vkey = mconfig.ValidationKey;
- #endif
- }
- return new LosFormatter (config.EnableViewStateMac, vkey);
- }
- string GetViewStateString ()
- {
- if (_savedViewState == null)
- return null;
- LosFormatter fmt = GetFormatter ();
- MemoryStream ms = new MemoryStream ();
- fmt.Serialize (ms, _savedViewState);
- return Convert.ToBase64String (ms.GetBuffer (), 0, (int) ms.Length);
- }
- internal object GetSavedViewState ()
- {
- return _savedViewState;
- }
- internal void OnFormPostRender (HtmlTextWriter writer, string formUniqueID)
- {
- scriptManager.WriteArrayDeclares (writer);
- if (!postBackScriptRendered && requiresPostBackScript)
- RenderPostBackScript (writer, formUniqueID);
- scriptManager.WriteHiddenFields (writer);
- scriptManager.WriteClientScriptIncludes (writer);
- scriptManager.WriteStartupScriptBlocks (writer);
- renderingForm = false;
- postBackScriptRendered = false;
- }
- private void ProcessPostData (NameValueCollection data, bool second)
- {
- if (data == null)
- return;
- if (_requiresPostBackCopy == null && _requiresPostBack != null)
- _requiresPostBackCopy = (ArrayList) _requiresPostBack.Clone ();
- Hashtable used = new Hashtable ();
- foreach (string id in data.AllKeys){
- if (id == "__VIEWSTATE" || id == postEventSourceID || id == postEventArgumentID)
- continue;
- string real_id = id;
- int dot = real_id.IndexOf ('.');
- if (dot >= 1)
- real_id = real_id.Substring (0, dot);
-
- if (real_id == null || used.ContainsKey (real_id))
- continue;
- used.Add (real_id, real_id);
- Control ctrl = FindControl (real_id);
- if (ctrl != null){
- IPostBackDataHandler pbdh = ctrl as IPostBackDataHandler;
- IPostBackEventHandler pbeh = ctrl as IPostBackEventHandler;
- if (pbdh == null) {
- if (pbeh != null)
- RegisterRequiresRaiseEvent (pbeh);
- continue;
- }
-
- if (pbdh.LoadPostData (real_id, data) == true) {
- if (requiresPostDataChanged == null)
- requiresPostDataChanged = new ArrayList ();
- requiresPostDataChanged.Add (pbdh);
- if (_requiresPostBackCopy != null)
- _requiresPostBackCopy.Remove (ctrl.UniqueID);
- }
- } else if (!second) {
- if (secondPostData == null)
- secondPostData = new NameValueCollection ();
- secondPostData.Add (real_id, data [id]);
- }
- }
- ArrayList list1 = null;
- if (_requiresPostBackCopy != null && _requiresPostBackCopy.Count > 0) {
- string [] handlers = (string []) _requiresPostBackCopy.ToArray (typeof (string));
- foreach (string id in handlers) {
- IPostBackDataHandler pbdh = FindControl (id) as IPostBackDataHandler;
- if (pbdh != null) {
- _requiresPostBackCopy.Remove (id);
- if (pbdh.LoadPostData (id, data)) {
- if (requiresPostDataChanged == null)
- requiresPostDataChanged = new ArrayList ();
-
- requiresPostDataChanged.Add (pbdh);
- }
- } else if (second) {
- if (list1 == null)
- list1 = new ArrayList ();
- list1.Add (id);
- }
- }
- }
- _requiresPostBack = list1;
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- #if TARGET_JVM
- public virtual void ProcessRequest (HttpContext context)
- #else
- public void ProcessRequest (HttpContext context)
- #endif
- {
- _context = context;
- if (clientTarget != null)
- Request.ClientTarget = clientTarget;
- WireupAutomaticEvents ();
- //-- Control execution lifecycle in the docs
- // Save culture information because it can be modified in FrameworkInitialize()
- CultureInfo culture = Thread.CurrentThread.CurrentCulture;
- CultureInfo uiculture = Thread.CurrentThread.CurrentUICulture;
- FrameworkInitialize ();
- context.ErrorPage = _errorPage;
- try {
- InternalProcessRequest ();
- } catch (ThreadAbortException) {
- // Do nothing, just ignore it by now.
- } catch (Exception e) {
- context.AddError (e); // OnError might access LastError
- OnError (EventArgs.Empty);
- context.ClearError (e);
- // We want to remove that error, as we're rethrowing to stop
- // further processing.
- throw;
- } finally {
- try {
- UnloadRecursive (true);
- } catch {}
- if (Thread.CurrentThread.CurrentCulture.Equals (culture) == false)
- Thread.CurrentThread.CurrentCulture = culture;
- if (Thread.CurrentThread.CurrentUICulture.Equals (uiculture) == false)
- Thread.CurrentThread.CurrentUICulture = uiculture;
- }
- }
-
- #if NET_2_0
- internal void ProcessCrossPagePostBack (HttpContext context)
- {
- isCrossPagePostBack = true;
- ProcessRequest (context);
- }
- #endif
- void InternalProcessRequest ()
- {
- _requestValueCollection = this.DeterminePostBackMode();
- #if NET_2_0
- if (!IsCrossPagePostBack)
- LoadPreviousPageReference ();
-
- OnPreInit (EventArgs.Empty);
- #endif
- Trace.Write ("aspx.page", "Begin Init");
- InitRecursive (null);
- Trace.Write ("aspx.page", "End Init");
- #if NET_2_0
- OnInitComplete (EventArgs.Empty);
-
- ApplyMasterPage ();
- if (_title != null && htmlHeader != null)
- htmlHeader.Title = _title;
- #endif
-
- renderingForm = false;
- if (IsPostBack) {
- Trace.Write ("aspx.page", "Begin LoadViewState");
- LoadPageViewState ();
- Trace.Write ("aspx.page", "End LoadViewState");
- Trace.Write ("aspx.page", "Begin ProcessPostData");
- ProcessPostData (_requestValueCollection, false);
- Trace.Write ("aspx.page", "End ProcessPostData");
- }
- #if NET_2_0
- if (IsCrossPagePostBack)
- return;
- OnPreLoad (EventArgs.Empty);
- #endif
- LoadRecursive ();
- if (IsPostBack) {
- Trace.Write ("aspx.page", "Begin ProcessPostData Second Try");
- ProcessPostData (secondPostData, true);
- Trace.Write ("aspx.page", "End ProcessPostData Second Try");
- Trace.Write ("aspx.page", "Begin Raise ChangedEvents");
- RaiseChangedEvents ();
- Trace.Write ("aspx.page", "End Raise ChangedEvents");
- Trace.Write ("aspx.page", "Begin Raise PostBackEvent");
- RaisePostBackEvents ();
- Trace.Write ("aspx.page", "End Raise PostBackEvent");
- }
-
- #if NET_2_0
- OnLoadComplete (EventArgs.Empty);
- if (IsCallback) {
- string result = ProcessCallbackData ();
- HtmlTextWriter callbackOutput = new HtmlTextWriter (_context.Response.Output);
- callbackOutput.Write (result);
- callbackOutput.Flush ();
- return;
- }
- #endif
-
- Trace.Write ("aspx.page", "Begin PreRender");
- PreRenderRecursiveInternal ();
- Trace.Write ("aspx.page", "End PreRender");
-
- #if NET_2_0
- OnPreRenderComplete (EventArgs.Empty);
- #endif
- Trace.Write ("aspx.page", "Begin SaveViewState");
- SavePageViewState ();
- Trace.Write ("aspx.page", "End SaveViewState");
-
- #if NET_2_0
- OnSaveStateComplete (EventArgs.Empty);
- #endif
-
- //--
- Trace.Write ("aspx.page", "Begin Render");
- HtmlTextWriter output = new HtmlTextWriter (_context.Response.Output);
- RenderControl (output);
- Trace.Write ("aspx.page", "End Render");
-
- RenderTrace (output);
- }
- private void RenderTrace (HtmlTextWriter output)
- {
- TraceManager traceManager = HttpRuntime.TraceManager;
- if (Trace.HaveTrace && !Trace.IsEnabled || !Trace.HaveTrace && !traceManager.Enabled)
- return;
-
- Trace.SaveData ();
- if (!Trace.HaveTrace && traceManager.Enabled && !traceManager.PageOutput)
- return;
- if (!traceManager.LocalOnly || Context.Request.IsLocal)
- Trace.Render (output);
- }
-
- void RaisePostBackEvents ()
- {
- if (requiresRaiseEvent != null) {
- RaisePostBackEvent (requiresRaiseEvent, null);
- return;
- }
- NameValueCollection postdata = _requestValueCollection;
- if (postdata == null)
- return;
- string eventTarget = postdata [postEventSourceID];
- if (eventTarget == null || eventTarget.Length == 0) {
- Validate ();
- return;
- }
- IPostBackEventHandler target = FindControl (eventTarget) as IPostBackEventHandler;
- if (target == null)
- return;
- string eventArgument = postdata [postEventArgumentID];
- RaisePostBackEvent (target, eventArgument);
- }
- internal void RaiseChangedEvents ()
- {
- if (requiresPostDataChanged == null)
- return;
- foreach (IPostBackDataHandler ipdh in requiresPostDataChanged)
- ipdh.RaisePostDataChangedEvent ();
- requiresPostDataChanged = null;
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected virtual void RaisePostBackEvent (IPostBackEventHandler sourceControl, string eventArgument)
- {
- sourceControl.RaisePostBackEvent (eventArgument);
- }
-
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void RegisterArrayDeclaration (string arrayName, string arrayValue)
- {
- scriptManager.RegisterArrayDeclaration (arrayName, arrayValue);
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public virtual void RegisterClientScriptBlock (string key, string script)
- {
- scriptManager.RegisterClientScriptBlock (key, script);
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public virtual void RegisterHiddenField (string hiddenFieldName, string hiddenFieldInitialValue)
- {
- scriptManager.RegisterHiddenField (hiddenFieldName, hiddenFieldInitialValue);
- }
- [MonoTODO("Used in HtmlForm")]
- internal void RegisterClientScriptFile (string a, string b, string c)
- {
- throw new NotImplementedException ();
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void RegisterOnSubmitStatement (string key, string script)
- {
- scriptManager.RegisterOnSubmitStatement (key, script);
- }
- internal string GetSubmitStatements ()
- {
- return scriptManager.WriteSubmitStatements ();
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void RegisterRequiresPostBack (Control control)
- {
- if (_requiresPostBack == null)
- _requiresPostBack = new ArrayList ();
- _requiresPostBack.Add (control.UniqueID);
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public virtual void RegisterRequiresRaiseEvent (IPostBackEventHandler control)
- {
- requiresRaiseEvent = control;
- }
- #if NET_2_0
- [Obsolete]
- #endif
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public virtual void RegisterStartupScript (string key, string script)
- {
- scriptManager.RegisterStartupScript (key, script);
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void RegisterViewStateHandler ()
- {
- handleViewState = true;
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected virtual void SavePageStateToPersistenceMedium (object viewState)
- {
- _savedViewState = viewState;
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected virtual object LoadPageStateFromPersistenceMedium ()
- {
- NameValueCollection postdata = _requestValueCollection;
- string view_state;
- if (postdata == null || (view_state = postdata ["__VIEWSTATE"]) == null)
- return null;
- _savedViewState = null;
- if (view_state == "")
- return null;
- LosFormatter fmt = GetFormatter ();
- try {
- _savedViewState = fmt.Deserialize (view_state);
- } catch (Exception e) {
- throw new HttpException ("Error restoring page viewstate.", e);
- }
- return _savedViewState;
- }
- internal void LoadPageViewState()
- {
- object sState = LoadPageStateFromPersistenceMedium ();
- if (sState != null) {
- #if NET_2_0
- Triplet data = (Triplet) sState;
- if (allow_load) {
- LoadPageControlState (data.Third);
- LoadViewStateRecursive (data.First);
- _requiresPostBack = data.Second as ArrayList;
- }
- #else
- Pair pair = (Pair) sState;
- if (allow_load) {
- LoadViewStateRecursive (pair.First);
- _requiresPostBack = pair.Second as ArrayList;
- }
- #endif
- }
- }
- internal void SavePageViewState ()
- {
- if (!handleViewState)
- return;
- #if NET_2_0
- object controlState = SavePageControlState ();
- #endif
- object viewState = SaveViewStateRecursive ();
- object reqPostback = (_requiresPostBack != null && _requiresPostBack.Count > 0) ? _requiresPostBack : null;
- #if NET_2_0
- Triplet triplet = new Triplet ();
- triplet.First = viewState;
- triplet.Second = reqPostback;
- triplet.Third = controlState;
- if (triplet.First == null && triplet.Second == null && triplet.Third == null)
- triplet = null;
-
- SavePageStateToPersistenceMedium (triplet);
- #else
- Pair pair = new Pair ();
- pair.First = viewState;
- pair.Second = reqPostback;
- if (pair.First == null && pair.Second == null)
- pair = null;
-
- SavePageStateToPersistenceMedium (pair);
- #endif
- }
- public virtual void Validate ()
- {
- is_validated = true;
- ValidateCollection (_validators);
- }
- internal virtual bool AreValidatorsUplevel ()
- {
- bool uplevel = false;
- foreach (IValidator v in Validators) {
- BaseValidator bv = v as BaseValidator;
- if (bv == null) continue;
- if (bv.GetRenderUplevel()) {
- uplevel = true;
- break;
- }
- }
- return uplevel;
- }
- bool ValidateCollection (ValidatorCollection validators)
- {
- #if NET_2_0
- if (!_eventValidation)
- return true;
- #endif
- if (validators == null || validators.Count == 0)
- return true;
- bool all_valid = true;
- foreach (IValidator v in validators){
- v.Validate ();
- if (v.IsValid == false)
- all_valid = false;
- }
- return all_valid;
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public virtual void VerifyRenderingInServerForm (Control control)
- {
- if (_context == null)
- return;
- if (!renderingForm)
- throw new HttpException ("Control '" +
- control.ClientID +
- "' of type '" +
- control.GetType ().Name +
- "' must be placed inside a form tag with runat=server.");
- }
-
- #endregion
-
- #if NET_2_0
- public
- #else
- internal
- #endif
- ClientScriptManager ClientScript {
- get { return scriptManager; }
- }
-
- #if NET_2_0
-
- static readonly object InitCompleteEvent = new object ();
- static readonly object LoadCompleteEvent = new object ();
- static readonly object PreInitEvent = new object ();
- static readonly object PreLoadEvent = new object ();
- static readonly object PreRenderCompleteEvent = new object ();
- static readonly object SaveStateCompleteEvent = new object ();
- int event_mask;
- const int initcomplete_mask = 1;
- const int loadcomplete_mask = 1 << 1;
- const int preinit_mask = 1 << 2;
- const int preload_mask = 1 << 3;
- const int prerendercomplete_mask = 1 << 4;
- const int savestatecomplete_mask = 1 << 5;
-
- public event EventHandler InitComplete {
- add {
- event_mask |= initcomplete_mask;
- Events.AddHandler (InitCompleteEvent, value);
- }
- remove { Events.RemoveHandler (InitCompleteEvent, value); }
- }
-
- public event EventHandler LoadComplete {
- add {
- event_mask |= loadcomplete_mask;
- Events.AddHandler (LoadCompleteEvent, value);
- }
- remove { Events.RemoveHandler (LoadCompleteEvent, value); }
- }
-
- public event EventHandler PreInit {
- add {
- event_mask |= preinit_mask;
- Events.AddHandler (PreInitEvent, value);
- }
- remove { Events.RemoveHandler (PreInitEvent, value); }
- }
-
- public event EventHandler PreLoad {
- add {
- event_mask |= preload_mask;
- Events.AddHandler (PreLoadEvent, value);
- }
- remove { Events.RemoveHandler (PreLoadEvent, value); }
- }
-
- public event EventHandler PreRenderComplete {
- add {
- event_mask |= prerendercomplete_mask;
- Events.AddHandler (PreRenderCompleteEvent, value);
- }
- remove { Events.RemoveHandler (PreRenderCompleteEvent, value); }
- }
-
- public event EventHandler SaveStateComplete {
- add {
- event_mask |= savestatecomplete_mask;
- Events.AddHandler (SaveStateCompleteEvent, value);
- }
- remove { Events.RemoveHandler (SaveStateCompleteEvent, value); }
- }
-
- protected virtual void OnInitComplete (EventArgs e)
- {
- if ((event_mask & initcomplete_mask) != 0) {
- EventHandler eh = (EventHandler) (Events [InitCompleteEvent]);
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnLoadComplete (EventArgs e)
- {
- if ((event_mask & loadcomplete_mask) != 0) {
- EventHandler eh = (EventHandler) (Events [LoadCompleteEvent]);
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnPreInit (EventArgs e)
- {
- if ((event_mask & preinit_mask) != 0) {
- EventHandler eh = (EventHandler) (Events [PreInitEvent]);
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnPreLoad (EventArgs e)
- {
- if ((event_mask & preload_mask) != 0) {
- EventHandler eh = (EventHandler) (Events [PreLoadEvent]);
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnPreRenderComplete (EventArgs e)
- {
- if ((event_mask & prerendercomplete_mask) != 0) {
- EventHandler eh = (EventHandler) (Events [PreRenderCompleteEvent]);
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnSaveStateComplete (EventArgs e)
- {
- if ((event_mask & savestatecomplete_mask) != 0) {
- EventHandler eh = (EventHandler) (Events [SaveStateCompleteEvent]);
- if (eh != null) eh (this, e);
- }
- }
-
- public HtmlForm Form {
- get { return _form; }
- }
-
- internal void RegisterForm (HtmlForm form)
- {
- _form = form;
- }
-
- [BrowsableAttribute (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public Page PreviousPage {
- get { return previousPage; }
- }
-
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public bool IsCallback {
- get { return _requestValueCollection != null && _requestValueCollection [CallbackArgumentID] != null; }
- }
-
- [BrowsableAttribute (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public bool IsCrossPagePostBack {
- get { return _requestValueCollection != null && isCrossPagePostBack; }
- }
-
- string ProcessCallbackData ()
- {
- string callbackTarget = _requestValueCollection [CallbackSourceID];
- if (callbackTarget == null || callbackTarget.Length == 0)
- throw new HttpException ("Callback target not provided.");
- ICallbackEventHandler target = FindControl (callbackTarget) as ICallbackEventHandler;
- if (target == null)
- throw new HttpException (string.Format ("Invalid callback target '{0}'.", callbackTarget));
- string callbackArgument = _requestValueCollection [CallbackArgumentID];
- target.RaiseCallbackEvent (callbackArgument);
- return target.GetCallbackResult ();
- }
- [BrowsableAttribute (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public HtmlHead Header {
- get { return htmlHeader; }
- }
-
- internal void SetHeader (HtmlHead header)
- {
- htmlHeader = header;
- }
-
- void ApplyMasterPage ()
- {
- if (masterPageFile != null) {
- ArrayList appliedMasterPageFiles = new ArrayList ();
- if (Master != null) {
- MasterPage.ApplyMasterPageRecursive (Master, appliedMasterPageFiles);
- Master.Page = this;
- Controls.Clear ();
- Controls.Add (Master);
- }
- }
- }
- [DefaultValueAttribute ("")]
- public string MasterPageFile {
- get { return masterPageFile; }
- set {
- masterPageFile = value;
- masterPage = null;
- }
- }
-
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public MasterPage Master {
- get {
- if (masterPage == null)
- masterPage = MasterPage.CreateMasterPage (this, Context, masterPageFile, contentTemplates);
- return masterPage;
- }
- }
-
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void RegisterRequiresControlState (Control control)
- {
- if (requireStateControls == null) requireStateControls = new ArrayList ();
- requireStateControls.Add (control);
- }
-
- public bool RequiresControlState (Control control)
- {
- if (requireStateControls == null) return false;
- return requireStateControls.Contains (control);
- }
-
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void UnregisterRequiresControlState (Control control)
- {
- if (requireStateControls != null)
- requireStateControls.Remove (control);
- }
-
- public ValidatorCollection GetValidators (string validationGroup)
- {
- if (validationGroup == null || validationGroup == "")
- return Validators;
- if (_validatorsByGroup == null) _validatorsByGroup = new Hashtable ();
- ValidatorCollection col = _validatorsByGroup [validationGroup] as ValidatorCollection;
- if (col == null) {
- col = new ValidatorCollection ();
- _validatorsByGroup [validationGroup] = col;
- }
- return col;
- }
-
- public virtual void Validate (string validationGroup)
- {
- is_validated = true;
- if (validationGroup == null || validationGroup == "")
- ValidateCollection (_validators);
- else if (_validatorsByGroup != null) {
- ValidateCollection (_validatorsByGroup [validationGroup] as ValidatorCollection);
- }
- }
- object SavePageControlState ()
- {
- if (requireStateControls == null) return null;
- object[] state = new object [requireStateControls.Count];
-
- bool allNull = true;
- for (int n=0; n<state.Length; n++) {
- state [n] = ((Control) requireStateControls [n]).SaveControlState ();
- if (state [n] != null) allNull = false;
- }
- if (allNull) return null;
- else return state;
- }
-
- void LoadPageControlState (object data)
- {
- if (requireStateControls == null) return;
- object[] state = (object[]) data;
- int max = Math.Min (requireStateControls.Count, state != null ? state.Length : requireStateControls.Count);
- for (int n=0; n < max; n++) {
- Control ctl = (Control) requireStateControls [n];
- ctl.LoadControlState (state != null ? state [n] : null);
- }
- }
- void LoadPreviousPageReference ()
- {
- if (_requestValueCollection != null) {
- string prevPage = _requestValueCollection [PreviousPageID];
- if (prevPage != null) {
- previousPage = (Page) PageParser.GetCompiledPageInstance (prevPage, Server.MapPath (prevPage), Context);
- previousPage.ProcessCrossPagePostBack (_context);
- } else {
- previousPage = _context.LastPage;
- }
- }
- _context.LastPage = this;
- }
- Hashtable contentTemplates;
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected internal void AddContentTemplate (string templateName, ITemplate template)
- {
- if (contentTemplates == null)
- contentTemplates = new Hashtable ();
- contentTemplates [templateName] = template;
- }
-
- #endif
- }
- }
|