Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Routing / LiteralSubsegment.cs / 1305376 / LiteralSubsegment.cs
namespace System.Web.Routing { // Represents a literal subsegment of a ContentPathSegment internal sealed class LiteralSubsegment : PathSubsegment { public LiteralSubsegment(string literal) { Literal = literal; } public string Literal { get; private set; } #if ROUTE_DEBUGGING public override string LiteralText { get { return Literal; } } public override string ToString() { return "\"" + Literal + "\""; } #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.Routing { // Represents a literal subsegment of a ContentPathSegment internal sealed class LiteralSubsegment : PathSubsegment { public LiteralSubsegment(string literal) { Literal = literal; } public string Literal { get; private set; } #if ROUTE_DEBUGGING public override string LiteralText { get { return Literal; } } public override string ToString() { return "\"" + Literal + "\""; } #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapAttributes.cs
- CodeNamespaceCollection.cs
- XslCompiledTransform.cs
- TextBoxAutoCompleteSourceConverter.cs
- ViewKeyConstraint.cs
- ActivityDesigner.cs
- SiteMapHierarchicalDataSourceView.cs
- ElementAtQueryOperator.cs
- SystemIPv6InterfaceProperties.cs
- XmlAutoDetectWriter.cs
- __Filters.cs
- UTF32Encoding.cs
- ErrorProvider.cs
- PropertyMetadata.cs
- PathFigureCollectionConverter.cs
- RangeValidator.cs
- WebFormsRootDesigner.cs
- ConstraintConverter.cs
- TextRunCache.cs
- SqlDataSourceStatusEventArgs.cs
- ToolStripItemDesigner.cs
- HttpWebRequestElement.cs
- MetadataItemCollectionFactory.cs
- Ppl.cs
- PropertyAccessVisitor.cs
- ActionItem.cs
- PageAsyncTaskManager.cs
- TextParaLineResult.cs
- QuaternionAnimationBase.cs
- ActivationServices.cs
- TailPinnedEventArgs.cs
- CompositionTarget.cs
- WarningException.cs
- ComEventsSink.cs
- ContractComponent.cs
- SmiRequestExecutor.cs
- AdvancedBindingEditor.cs
- NullableFloatSumAggregationOperator.cs
- RoutedPropertyChangedEventArgs.cs
- ContextProperty.cs
- AxisAngleRotation3D.cs
- GroupLabel.cs
- StateRuntime.cs
- SqlDependencyUtils.cs
- CssTextWriter.cs
- listitem.cs
- ResourceAttributes.cs
- BufferedGraphicsManager.cs
- MLangCodePageEncoding.cs
- CompositeActivityDesigner.cs
- PersonalizationEntry.cs
- QuaternionConverter.cs
- itemelement.cs
- TabItem.cs
- BlurBitmapEffect.cs
- ProxyManager.cs
- AuthenticateEventArgs.cs
- CodeNamespaceImport.cs
- QueueTransferProtocol.cs
- dsa.cs
- UInt64.cs
- ReadOnlyDataSourceView.cs
- MoveSizeWinEventHandler.cs
- DocumentXPathNavigator.cs
- DivideByZeroException.cs
- ListViewAutomationPeer.cs
- DataGridViewRowsAddedEventArgs.cs
- PageCache.cs
- EntityEntry.cs
- TrustManager.cs
- FontNamesConverter.cs
- ConfigurationFileMap.cs
- FunctionGenerator.cs
- LineInfo.cs
- WebPartMenu.cs
- BaseAsyncResult.cs
- TraceListeners.cs
- DataService.cs
- CodePropertyReferenceExpression.cs
- MarkupProperty.cs
- DbgUtil.cs
- WebColorConverter.cs
- OpCodes.cs
- CustomCategoryAttribute.cs
- RegexCaptureCollection.cs
- XmlTextReader.cs
- PageThemeParser.cs
- InputReferenceExpression.cs
- AssociationTypeEmitter.cs
- ActivityMarkupSerializationProvider.cs
- CodeAttributeDeclarationCollection.cs
- Environment.cs
- SR.cs
- EmptyControlCollection.cs
- PathStreamGeometryContext.cs
- MasterPageCodeDomTreeGenerator.cs
- DebugController.cs
- CharacterBufferReference.cs
- DeobfuscatingStream.cs
- XXXOnTypeBuilderInstantiation.cs