Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / ui / ScriptControl.cs / 1 / ScriptControl.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Security.Permissions; using System.Web; using System.Web.Resources; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Util; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public abstract class ScriptControl : WebControl, IScriptControl { private IScriptManagerInternal _scriptManager; private new IPage _page; protected ScriptControl() { } internal ScriptControl(IScriptManagerInternal scriptManager, IPage page) { _scriptManager = scriptManager; _page = page; } private IPage IPage { get { if (_page != null) { return _page; } else { Page page = Page; if (page == null) { throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); } return new PageWrapper(page); } } } private IScriptManagerInternal ScriptManager { get { if (_scriptManager == null) { Page page = Page; if (page == null) { throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); } _scriptManager = System.Web.UI.ScriptManager.GetCurrent(page); if (_scriptManager == null) { throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID)); } } return _scriptManager; } } [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] protected internal override void OnPreRender(EventArgs e) { base.OnPreRender(e); ScriptManager.RegisterScriptControl(this); } protected internal override void Render(HtmlTextWriter writer) { base.Render(writer); // DevDiv 97460: ScriptDescriptors only render if in server form, verify to avoid silently failing. IPage.VerifyRenderingInServerForm(this); // ScriptManager cannot be found in DesignMode, so do not attempt to register scripts. if (!DesignMode) { ScriptManager.RegisterScriptDescriptors(this); } } [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely return a new collection, which is too slow for a property")] protected abstract IEnumerableGetScriptDescriptors(); [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely return a new collection, which is too slow for a property")] protected abstract IEnumerable GetScriptReferences(); #region IScriptControl Members IEnumerable IScriptControl.GetScriptDescriptors() { return GetScriptDescriptors(); } IEnumerable IScriptControl.GetScriptReferences() { return GetScriptReferences(); } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Security.Permissions; using System.Web; using System.Web.Resources; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Util; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public abstract class ScriptControl : WebControl, IScriptControl { private IScriptManagerInternal _scriptManager; private new IPage _page; protected ScriptControl() { } internal ScriptControl(IScriptManagerInternal scriptManager, IPage page) { _scriptManager = scriptManager; _page = page; } private IPage IPage { get { if (_page != null) { return _page; } else { Page page = Page; if (page == null) { throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); } return new PageWrapper(page); } } } private IScriptManagerInternal ScriptManager { get { if (_scriptManager == null) { Page page = Page; if (page == null) { throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); } _scriptManager = System.Web.UI.ScriptManager.GetCurrent(page); if (_scriptManager == null) { throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID)); } } return _scriptManager; } } [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] protected internal override void OnPreRender(EventArgs e) { base.OnPreRender(e); ScriptManager.RegisterScriptControl(this); } protected internal override void Render(HtmlTextWriter writer) { base.Render(writer); // DevDiv 97460: ScriptDescriptors only render if in server form, verify to avoid silently failing. IPage.VerifyRenderingInServerForm(this); // ScriptManager cannot be found in DesignMode, so do not attempt to register scripts. if (!DesignMode) { ScriptManager.RegisterScriptDescriptors(this); } } [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely return a new collection, which is too slow for a property")] protected abstract IEnumerableGetScriptDescriptors(); [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely return a new collection, which is too slow for a property")] protected abstract IEnumerable GetScriptReferences(); #region IScriptControl Members IEnumerable IScriptControl.GetScriptDescriptors() { return GetScriptDescriptors(); } IEnumerable IScriptControl.GetScriptReferences() { return GetScriptReferences(); } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormatterConverter.cs
- FrameworkContentElement.cs
- DSASignatureDeformatter.cs
- XmlWriterSettings.cs
- ProgressPage.cs
- ExpressionEditorAttribute.cs
- TreeWalker.cs
- QuaternionRotation3D.cs
- _FixedSizeReader.cs
- EntityUtil.cs
- CatalogZone.cs
- DesignerOptions.cs
- AttachedPropertyMethodSelector.cs
- EdmError.cs
- FontDriver.cs
- TypeSemantics.cs
- HtmlTableRowCollection.cs
- HashCryptoHandle.cs
- Mapping.cs
- LineServices.cs
- mediaeventshelper.cs
- _BasicClient.cs
- CompilerErrorCollection.cs
- EventWaitHandle.cs
- HtmlLink.cs
- InvalidCastException.cs
- TileBrush.cs
- Emitter.cs
- ListViewGroupItemCollection.cs
- HyperLink.cs
- SignedXml.cs
- ToolboxSnapDragDropEventArgs.cs
- ReadOnlyDictionary.cs
- MasterPageParser.cs
- XamlTreeBuilder.cs
- WebConfigurationHostFileChange.cs
- DynamicEndpoint.cs
- TileBrush.cs
- Scanner.cs
- XmlDataDocument.cs
- EntitySqlQueryCacheEntry.cs
- ClientScriptManager.cs
- TileBrush.cs
- PageCatalogPart.cs
- EventLogInformation.cs
- Brushes.cs
- ComplexPropertyEntry.cs
- RoutedEventArgs.cs
- CollectionView.cs
- DataGridViewRow.cs
- BaseHashHelper.cs
- IisTraceListener.cs
- PageFunction.cs
- PersistenceIOParticipant.cs
- XmlILIndex.cs
- RtfControlWordInfo.cs
- XmlDocumentType.cs
- X509Extension.cs
- VirtualPathProvider.cs
- LayoutSettings.cs
- TemplateXamlParser.cs
- GridViewEditEventArgs.cs
- AutoScrollExpandMessageFilter.cs
- NodeLabelEditEvent.cs
- SoapSchemaExporter.cs
- FilterableData.cs
- TypeListConverter.cs
- Tuple.cs
- BooleanStorage.cs
- IteratorFilter.cs
- DocumentsTrace.cs
- AnonymousIdentificationModule.cs
- BulletedListEventArgs.cs
- SweepDirectionValidation.cs
- SQLBoolean.cs
- SecurityContextSecurityTokenParameters.cs
- MatrixCamera.cs
- Int64Converter.cs
- Pair.cs
- CalloutQueueItem.cs
- ThreadStaticAttribute.cs
- Rect3DValueSerializer.cs
- QueryPrefixOp.cs
- StringSorter.cs
- AttributeData.cs
- DescriptionCreator.cs
- WindowsAuthenticationEventArgs.cs
- XmlNullResolver.cs
- XmlNodeList.cs
- Brush.cs
- EntityModelBuildProvider.cs
- TraceData.cs
- XmlNodeReader.cs
- IIS7WorkerRequest.cs
- ActivityScheduledRecord.cs
- InvalidComObjectException.cs
- ModelTreeManager.cs
- WorkflowTransactionService.cs
- SecurityRuntime.cs
- HybridObjectCache.cs