Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / ScriptRegistrationManager.cs / 1305376 / ScriptRegistrationManager.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Web.Handlers; using System.Web.Resources; using System.Web.Script.Serialization; using System.Web.UI; internal sealed class ScriptRegistrationManager { private static Regex ScriptTagRegex = new Regex( @"", indexOfEndOfScriptBeginTag, StringComparison.OrdinalIgnoreCase); if (indexOfScriptEndTag == -1) { throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoCloseTag, activeRegistration.Type.FullName, activeRegistration.Key)); } string scriptBlockContents = scriptContent.Substring(indexOfEndOfScriptBeginTag, (indexOfScriptEndTag - indexOfEndOfScriptBeginTag)); // Turn the text content into a text attribute attrs.Add("text", scriptBlockContents); lastIndex = indexOfScriptEndTag + 9; } // Process all the explicit attributes on the script tag CaptureCollection attrnames = match.Groups["attrname"].Captures; CaptureCollection attrvalues = match.Groups["attrval"].Captures; for (int i = 0; i < attrnames.Count; i++) { string attribName = attrnames[i].ToString(); string attribValue = attrvalues[i].ToString(); // DevDev Bugs 123213: script elements registered with RegisterStartupScript are normally rendered // into the html of the page. Any html encoded values in the attributes are interpreted by the // browser, so the actual data is not html encoded. We must HtmlDecode any attribute values we find // here to remain consistent during async posts, since the data will be dynamically injected into // the dom, bypassing the browser's natural html decoding. attribValue = HttpUtility.HtmlDecode(attribValue); attrs.Add(attribName, attribValue); } // Serialize the attributes to JSON and write them out JavaScriptSerializer serializer = new JavaScriptSerializer(); string attrText = serializer.Serialize(attrs); PageRequestManager.EncodeString(writer, token, "ScriptContentWithTags", attrText); } CheckScriptTagTweenSpace(activeRegistration, scriptContent, lastIndex, scriptContent.Length - lastIndex); if (lastIndex == 0) { throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoTags, activeRegistration.Type.FullName, activeRegistration.Key)); } } } } // 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.Collections.Specialized; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Web.Handlers; using System.Web.Resources; using System.Web.Script.Serialization; using System.Web.UI; internal sealed class ScriptRegistrationManager { private static Regex ScriptTagRegex = new Regex( @"", indexOfEndOfScriptBeginTag, StringComparison.OrdinalIgnoreCase); if (indexOfScriptEndTag == -1) { throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoCloseTag, activeRegistration.Type.FullName, activeRegistration.Key)); } string scriptBlockContents = scriptContent.Substring(indexOfEndOfScriptBeginTag, (indexOfScriptEndTag - indexOfEndOfScriptBeginTag)); // Turn the text content into a text attribute attrs.Add("text", scriptBlockContents); lastIndex = indexOfScriptEndTag + 9; } // Process all the explicit attributes on the script tag CaptureCollection attrnames = match.Groups["attrname"].Captures; CaptureCollection attrvalues = match.Groups["attrval"].Captures; for (int i = 0; i < attrnames.Count; i++) { string attribName = attrnames[i].ToString(); string attribValue = attrvalues[i].ToString(); // DevDev Bugs 123213: script elements registered with RegisterStartupScript are normally rendered // into the html of the page. Any html encoded values in the attributes are interpreted by the // browser, so the actual data is not html encoded. We must HtmlDecode any attribute values we find // here to remain consistent during async posts, since the data will be dynamically injected into // the dom, bypassing the browser's natural html decoding. attribValue = HttpUtility.HtmlDecode(attribValue); attrs.Add(attribName, attribValue); } // Serialize the attributes to JSON and write them out JavaScriptSerializer serializer = new JavaScriptSerializer(); string attrText = serializer.Serialize(attrs); PageRequestManager.EncodeString(writer, token, "ScriptContentWithTags", attrText); } CheckScriptTagTweenSpace(activeRegistration, scriptContent, lastIndex, scriptContent.Length - lastIndex); if (lastIndex == 0) { throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoTags, activeRegistration.Type.FullName, activeRegistration.Key)); } } } } // 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
- XmlSchemas.cs
- GridViewUpdateEventArgs.cs
- SqlParameterCollection.cs
- BaseValidator.cs
- AttachedPropertyMethodSelector.cs
- CompilerGeneratedAttribute.cs
- RegexInterpreter.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- ProviderIncompatibleException.cs
- StylusPointDescription.cs
- SqlServices.cs
- XmlArrayAttribute.cs
- DisplayInformation.cs
- OptimizedTemplateContent.cs
- CurrentChangingEventManager.cs
- Decoder.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- DataViewListener.cs
- ListBoxItem.cs
- MasterPage.cs
- OpCopier.cs
- PolyQuadraticBezierSegment.cs
- TextProperties.cs
- GradientBrush.cs
- EtwProvider.cs
- DataSetUtil.cs
- SQLBytes.cs
- Cell.cs
- Bold.cs
- XmlFormatReaderGenerator.cs
- BevelBitmapEffect.cs
- MdiWindowListStrip.cs
- HtmlWindow.cs
- PassportAuthenticationEventArgs.cs
- UIElement.cs
- RegexMatch.cs
- XamlRtfConverter.cs
- DateTimeUtil.cs
- CryptoApi.cs
- TextEditorSelection.cs
- Oid.cs
- DbModificationClause.cs
- ToolStripButton.cs
- ConfigDefinitionUpdates.cs
- DefaultValueAttribute.cs
- EditorBrowsableAttribute.cs
- RequestNavigateEventArgs.cs
- OdbcError.cs
- DynamicResourceExtension.cs
- TextPointer.cs
- TextTrailingWordEllipsis.cs
- SkipQueryOptionExpression.cs
- PropertyMapper.cs
- MaterialCollection.cs
- DbConnectionFactory.cs
- PartialToken.cs
- ProfileParameter.cs
- ObjectNavigationPropertyMapping.cs
- Point.cs
- X509Logo.cs
- DynamicILGenerator.cs
- HelpHtmlBuilder.cs
- IResourceProvider.cs
- CaseInsensitiveComparer.cs
- BrowserDefinition.cs
- ComPlusServiceLoader.cs
- TransformFinalBlockRequest.cs
- DetailsViewRowCollection.cs
- UnSafeCharBuffer.cs
- safesecurityhelperavalon.cs
- DiagnosticSection.cs
- XmlTypeMapping.cs
- DebugInfoGenerator.cs
- XmlStreamStore.cs
- PropertyTabChangedEvent.cs
- _AutoWebProxyScriptEngine.cs
- XamlSerializer.cs
- TimeoutValidationAttribute.cs
- TextWriterTraceListener.cs
- SqlCharStream.cs
- XmlReflectionMember.cs
- NativeMethods.cs
- TextBoxRenderer.cs
- XmlNodeComparer.cs
- CqlWriter.cs
- XamlDesignerSerializationManager.cs
- FontEditor.cs
- CmsInterop.cs
- WebEventTraceProvider.cs
- CodeGen.cs
- EntityViewGenerator.cs
- WebSysDescriptionAttribute.cs
- ObjectSecurity.cs
- Nullable.cs
- SessionStateContainer.cs
- SequenceFullException.cs
- TripleDES.cs
- FileCodeGroup.cs
- TextureBrush.cs
- LinqDataSourceStatusEventArgs.cs