Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- WorkflowQueue.cs
- RangeValidator.cs
- EncryptedPackage.cs
- ConfigurationPermission.cs
- AvTrace.cs
- NameValueConfigurationElement.cs
- DefaultPropertyAttribute.cs
- GeneratedCodeAttribute.cs
- SamlAdvice.cs
- SerialStream.cs
- TdsEnums.cs
- TemplateControlCodeDomTreeGenerator.cs
- BitmapFrameDecode.cs
- FrameworkElementAutomationPeer.cs
- XmlSchemaSequence.cs
- RootBrowserWindowProxy.cs
- EdmRelationshipRoleAttribute.cs
- WsrmFault.cs
- RectIndependentAnimationStorage.cs
- QilFunction.cs
- Journaling.cs
- TextLineResult.cs
- SegmentTree.cs
- StyleBamlTreeBuilder.cs
- Pkcs9Attribute.cs
- ContractMapping.cs
- ByteKeyFrameCollection.cs
- BoundColumn.cs
- NullableFloatAverageAggregationOperator.cs
- Freezable.cs
- EntityDataSourceContainerNameConverter.cs
- ToolStripDropDownClosingEventArgs.cs
- CharEnumerator.cs
- ManipulationVelocities.cs
- IntegerValidator.cs
- NameTable.cs
- DropSource.cs
- PathTooLongException.cs
- FactoryGenerator.cs
- OdbcDataReader.cs
- ColorTransform.cs
- ErrorItem.cs
- ThreadTrace.cs
- HtmlInputHidden.cs
- TextRunProperties.cs
- DataGridTableStyleMappingNameEditor.cs
- Point4D.cs
- FrameSecurityDescriptor.cs
- ToolTip.cs
- InlinedAggregationOperatorEnumerator.cs
- VariableAction.cs
- SequenceNumber.cs
- TextBoxBase.cs
- HierarchicalDataTemplate.cs
- ToolStripProgressBar.cs
- OptimizerPatterns.cs
- WebCategoryAttribute.cs
- DateTime.cs
- ButtonChrome.cs
- PreDigestedSignedInfo.cs
- GeometryValueSerializer.cs
- ExpressionBindingCollection.cs
- AttributeQuery.cs
- PrintPreviewGraphics.cs
- TableLayoutPanelCellPosition.cs
- DataServiceClientException.cs
- ActiveXHost.cs
- FloaterBaseParagraph.cs
- PathFigureCollection.cs
- ConditionalExpression.cs
- ResourceIDHelper.cs
- ListViewUpdateEventArgs.cs
- SoapElementAttribute.cs
- EndpointDesigner.cs
- TextFormatterContext.cs
- CompositeKey.cs
- Mapping.cs
- BuilderElements.cs
- TcpConnectionPoolSettings.cs
- HtmlInputText.cs
- SoapIgnoreAttribute.cs
- ChangePassword.cs
- ArrayExtension.cs
- AnnotationComponentManager.cs
- QueryContinueDragEventArgs.cs
- MemberCollection.cs
- ThaiBuddhistCalendar.cs
- AuthStoreRoleProvider.cs
- PackageFilter.cs
- ButtonBaseAdapter.cs
- Empty.cs
- DBPropSet.cs
- BamlBinaryReader.cs
- TargetConverter.cs
- TemplatedEditableDesignerRegion.cs
- CardSpaceShim.cs
- HostedTcpTransportManager.cs
- SqlProfileProvider.cs
- SelectedGridItemChangedEvent.cs
- SafeProcessHandle.cs