Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / BaseParser.cs / 1 / BaseParser.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Implements the ASP.NET template parser * * Copyright (c) 1998 Microsoft Corporation */ /********************************* Class hierarchy BaseParser DependencyParser TemplateControlDependencyParser PageDependencyParser UserControlDependencyParser MasterPageDependencyParser TemplateParser BaseTemplateParser TemplateControlParser PageParser UserControlParser MasterPageParser PageThemeParser ApplicationFileParser **********************************/ namespace System.Web.UI { using System; using System.Collections; using System.Web.Hosting; using System.Web.Util; using System.Text.RegularExpressions; using System.Web.RegularExpressions; using System.Security.Permissions; // Internal interface for Parser that have exteranl assembly dependency. internal interface IAssemblyDependencyParser { ICollection AssemblyDependencies { get; } } ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class BaseParser { // The directory used for relative path calculations private VirtualPath _baseVirtualDir; internal VirtualPath BaseVirtualDir { get { return _baseVirtualDir; } } // The virtual path to the file currently being processed private VirtualPath _currentVirtualPath; internal VirtualPath CurrentVirtualPath { get { return _currentVirtualPath; } set { _currentVirtualPath = value; // Can happen in the designer if (value == null) return; _baseVirtualDir = value.Parent; } } internal string CurrentVirtualPathString { get { return System.Web.VirtualPath.GetVirtualPathString(CurrentVirtualPath); } } internal readonly static Regex tagRegex = new TagRegex(); internal readonly static Regex directiveRegex = new DirectiveRegex(); internal readonly static Regex endtagRegex = new EndTagRegex(); internal readonly static Regex aspCodeRegex = new AspCodeRegex(); internal readonly static Regex aspExprRegex = new AspExprRegex(); internal readonly static Regex databindExprRegex = new DatabindExprRegex(); internal readonly static Regex commentRegex = new CommentRegex(); internal readonly static Regex includeRegex = new IncludeRegex(); internal readonly static Regex textRegex = new TextRegex(); // Regexes used in DetectSpecialServerTagError internal readonly static Regex gtRegex = new GTRegex(); internal readonly static Regex ltRegex = new LTRegex(); internal readonly static Regex serverTagsRegex = new ServerTagsRegex(); internal readonly static Regex runatServerRegex = new RunatServerRegex(); /* * Turns relative virtual path into absolute ones */ internal VirtualPath ResolveVirtualPath(VirtualPath virtualPath) { return VirtualPathProvider.CombineVirtualPathsInternal(CurrentVirtualPath, virtualPath); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Implements the ASP.NET template parser * * Copyright (c) 1998 Microsoft Corporation */ /********************************* Class hierarchy BaseParser DependencyParser TemplateControlDependencyParser PageDependencyParser UserControlDependencyParser MasterPageDependencyParser TemplateParser BaseTemplateParser TemplateControlParser PageParser UserControlParser MasterPageParser PageThemeParser ApplicationFileParser **********************************/ namespace System.Web.UI { using System; using System.Collections; using System.Web.Hosting; using System.Web.Util; using System.Text.RegularExpressions; using System.Web.RegularExpressions; using System.Security.Permissions; // Internal interface for Parser that have exteranl assembly dependency. internal interface IAssemblyDependencyParser { ICollection AssemblyDependencies { get; } } ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class BaseParser { // The directory used for relative path calculations private VirtualPath _baseVirtualDir; internal VirtualPath BaseVirtualDir { get { return _baseVirtualDir; } } // The virtual path to the file currently being processed private VirtualPath _currentVirtualPath; internal VirtualPath CurrentVirtualPath { get { return _currentVirtualPath; } set { _currentVirtualPath = value; // Can happen in the designer if (value == null) return; _baseVirtualDir = value.Parent; } } internal string CurrentVirtualPathString { get { return System.Web.VirtualPath.GetVirtualPathString(CurrentVirtualPath); } } internal readonly static Regex tagRegex = new TagRegex(); internal readonly static Regex directiveRegex = new DirectiveRegex(); internal readonly static Regex endtagRegex = new EndTagRegex(); internal readonly static Regex aspCodeRegex = new AspCodeRegex(); internal readonly static Regex aspExprRegex = new AspExprRegex(); internal readonly static Regex databindExprRegex = new DatabindExprRegex(); internal readonly static Regex commentRegex = new CommentRegex(); internal readonly static Regex includeRegex = new IncludeRegex(); internal readonly static Regex textRegex = new TextRegex(); // Regexes used in DetectSpecialServerTagError internal readonly static Regex gtRegex = new GTRegex(); internal readonly static Regex ltRegex = new LTRegex(); internal readonly static Regex serverTagsRegex = new ServerTagsRegex(); internal readonly static Regex runatServerRegex = new RunatServerRegex(); /* * Turns relative virtual path into absolute ones */ internal VirtualPath ResolveVirtualPath(VirtualPath virtualPath) { return VirtualPathProvider.CombineVirtualPathsInternal(CurrentVirtualPath, virtualPath); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationManager.cs
- AdornerPresentationContext.cs
- StrongNameUtility.cs
- ReadOnlyHierarchicalDataSource.cs
- ProcessProtocolHandler.cs
- FormsIdentity.cs
- DbDataSourceEnumerator.cs
- ConnectionStringEditor.cs
- RelationshipManager.cs
- EngineSiteSapi.cs
- CustomErrorsSection.cs
- RunInstallerAttribute.cs
- DrawListViewSubItemEventArgs.cs
- WebPartEditorOkVerb.cs
- DataTableTypeConverter.cs
- Int64Storage.cs
- HttpWebResponse.cs
- BitmapPalette.cs
- StorageMappingFragment.cs
- WindowsTitleBar.cs
- SubclassTypeValidatorAttribute.cs
- SharedMemory.cs
- KeySpline.cs
- BinaryMethodMessage.cs
- WorkflowServiceBuildProvider.cs
- SqlNotificationRequest.cs
- TimeSpanStorage.cs
- CodeBinaryOperatorExpression.cs
- SourceLineInfo.cs
- UniqueEventHelper.cs
- XmlWrappingReader.cs
- ProcessHostMapPath.cs
- PopOutPanel.cs
- XPathItem.cs
- WrappedIUnknown.cs
- ImageList.cs
- DataGridViewRowHeaderCell.cs
- QilChoice.cs
- DefaultBinder.cs
- ClosableStream.cs
- XmlNodeReader.cs
- Brush.cs
- ToolStripDesignerAvailabilityAttribute.cs
- PropertyItem.cs
- CorePropertiesFilter.cs
- QueueAccessMode.cs
- PropertyFilterAttribute.cs
- mediaclock.cs
- SystemGatewayIPAddressInformation.cs
- DescendantOverDescendantQuery.cs
- HtmlTableRow.cs
- GridViewDeleteEventArgs.cs
- DataObjectMethodAttribute.cs
- XamlTreeBuilder.cs
- TemplateComponentConnector.cs
- ListBase.cs
- CompilationUnit.cs
- UriExt.cs
- InvalidPropValue.cs
- ActivityExecutorOperation.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- SymbolTable.cs
- EdmError.cs
- PrintDialog.cs
- AssemblyLoader.cs
- DataSourceHelper.cs
- GroupByExpressionRewriter.cs
- httpstaticobjectscollection.cs
- X509ThumbprintKeyIdentifierClause.cs
- Point3DCollection.cs
- ProjectionPathSegment.cs
- GridViewRowEventArgs.cs
- SystemIcmpV6Statistics.cs
- WebPartCloseVerb.cs
- GreenMethods.cs
- DataGridViewDataConnection.cs
- WorkflowOperationBehavior.cs
- HttpListenerResponse.cs
- WebEventTraceProvider.cs
- SqlInternalConnectionTds.cs
- IUnknownConstantAttribute.cs
- RuleSet.cs
- XmlDigitalSignatureProcessor.cs
- Int16KeyFrameCollection.cs
- InvalidAsynchronousStateException.cs
- DeadCharTextComposition.cs
- ElementHostAutomationPeer.cs
- Size.cs
- DataTableCollection.cs
- ExtensionQuery.cs
- BoundingRectTracker.cs
- ValueHandle.cs
- ParagraphResult.cs
- SourceFilter.cs
- GridItemPattern.cs
- HuffModule.cs
- LoopExpression.cs
- GridItemPattern.cs
- TableCellCollection.cs
- TypeConverterBase.cs