Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PageThemeCodeDomTreeGenerator.cs
- PageEventArgs.cs
- UnsettableComboBox.cs
- ClonableStack.cs
- ToolStripTextBox.cs
- BufferedGraphics.cs
- DataGridViewToolTip.cs
- UserControlDocumentDesigner.cs
- IndependentAnimationStorage.cs
- SafeProcessHandle.cs
- HierarchicalDataSourceControl.cs
- WpfPayload.cs
- FormsAuthenticationConfiguration.cs
- SoapServerProtocol.cs
- ZipIOExtraFieldPaddingElement.cs
- PackageStore.cs
- Vector3DAnimation.cs
- PerspectiveCamera.cs
- OracleConnectionString.cs
- QualifierSet.cs
- WebPartManagerInternals.cs
- URI.cs
- TrustLevelCollection.cs
- TextTreeFixupNode.cs
- OleDbDataReader.cs
- TableStyle.cs
- TextHidden.cs
- ObjectViewEntityCollectionData.cs
- DocumentReferenceCollection.cs
- CodeAttributeArgument.cs
- SafeTimerHandle.cs
- ButtonAutomationPeer.cs
- SqlWebEventProvider.cs
- LambdaSerializationException.cs
- EntityDesignerUtils.cs
- Renderer.cs
- SymbolPair.cs
- AccessKeyManager.cs
- ResourceProviderFactory.cs
- ImageFormatConverter.cs
- FixedTextSelectionProcessor.cs
- FileAuthorizationModule.cs
- XmlSchemaType.cs
- EditorResources.cs
- DispatchChannelSink.cs
- _CookieModule.cs
- TextCollapsingProperties.cs
- XmlSchemaSimpleTypeList.cs
- StatementContext.cs
- BufferedGraphics.cs
- NamespaceCollection.cs
- XPathDocumentNavigator.cs
- ImageDrawing.cs
- EditorZoneDesigner.cs
- ParameterReplacerVisitor.cs
- TimeSpan.cs
- MapPathBasedVirtualPathProvider.cs
- DateBoldEvent.cs
- CellParagraph.cs
- LayoutSettings.cs
- CompiledQuery.cs
- CodePageUtils.cs
- ParameterCollectionEditor.cs
- UnaryNode.cs
- mansign.cs
- ImageCollectionCodeDomSerializer.cs
- ChannelManagerService.cs
- InputGestureCollection.cs
- UnrecognizedPolicyAssertionElement.cs
- ComponentResourceKeyConverter.cs
- DataGridCellsPanel.cs
- PrivateFontCollection.cs
- EntityCollection.cs
- MenuItemBindingCollection.cs
- PropertyChangeTracker.cs
- DateRangeEvent.cs
- BitmapCache.cs
- PolicyDesigner.cs
- QuotedStringFormatReader.cs
- PathStreamGeometryContext.cs
- ByteBufferPool.cs
- XmlSchemaAttribute.cs
- StylusEventArgs.cs
- ToolBar.cs
- HttpMethodAttribute.cs
- SmtpReplyReaderFactory.cs
- SystemBrushes.cs
- IncomingWebResponseContext.cs
- TemplateBamlRecordReader.cs
- DelegatingHeader.cs
- InputLanguageSource.cs
- WebBrowserEvent.cs
- LoginViewDesigner.cs
- BooleanAnimationBase.cs
- FolderLevelBuildProvider.cs
- WebPartHeaderCloseVerb.cs
- XPathMultyIterator.cs
- ConfigurationHandlersInstallComponent.cs
- ExpressionTextBox.xaml.cs
- SqlProcedureAttribute.cs