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
- MetadataPropertyAttribute.cs
- ExpandoClass.cs
- OracleCommandBuilder.cs
- XamlTemplateSerializer.cs
- PointF.cs
- OleDbParameterCollection.cs
- TrackingAnnotationCollection.cs
- TransformCollection.cs
- Error.cs
- SemanticAnalyzer.cs
- ListParagraph.cs
- AttributeEmitter.cs
- CacheEntry.cs
- Translator.cs
- ComPlusTraceRecord.cs
- _NTAuthentication.cs
- LayoutManager.cs
- StylusCollection.cs
- SevenBitStream.cs
- XamlReader.cs
- ControlBuilder.cs
- SmiContextFactory.cs
- HitTestWithGeometryDrawingContextWalker.cs
- TextServicesCompartmentEventSink.cs
- MobileRedirect.cs
- SynchronousReceiveBehavior.cs
- Hash.cs
- ReferencedType.cs
- CustomErrorCollection.cs
- OpenTypeCommon.cs
- InlinedAggregationOperatorEnumerator.cs
- CodeGotoStatement.cs
- HttpCookiesSection.cs
- HttpRawResponse.cs
- LocatorGroup.cs
- EventListenerClientSide.cs
- bindurihelper.cs
- DataGridViewTextBoxCell.cs
- SecureUICommand.cs
- DescendentsWalker.cs
- MobileListItemCollection.cs
- CodeDelegateInvokeExpression.cs
- FormatException.cs
- UrlAuthorizationModule.cs
- TypedDatasetGenerator.cs
- StreamReader.cs
- InstanceKeyNotReadyException.cs
- TextSchema.cs
- SchemaReference.cs
- StylusCaptureWithinProperty.cs
- PreservationFileWriter.cs
- XmlReflectionMember.cs
- TextDocumentView.cs
- ScrollItemPatternIdentifiers.cs
- XmlSchemaException.cs
- DecoderBestFitFallback.cs
- SHA384CryptoServiceProvider.cs
- MenuDesigner.cs
- WorkflowInstanceExtensionCollection.cs
- Run.cs
- ProxyWebPartManager.cs
- MemberRestriction.cs
- WizardPanel.cs
- CheckedListBox.cs
- LocatorPart.cs
- ListControlActionList.cs
- CompositeFontInfo.cs
- WbemException.cs
- ConnectionInterfaceCollection.cs
- WindowsContainer.cs
- MaskPropertyEditor.cs
- StateDesigner.LayoutSelectionGlyph.cs
- FixedNode.cs
- MarkupCompiler.cs
- DurableDispatcherAddressingFault.cs
- HttpProcessUtility.cs
- PriorityItem.cs
- SecureEnvironment.cs
- KoreanLunisolarCalendar.cs
- MdiWindowListStrip.cs
- CopyNodeSetAction.cs
- AlphabetConverter.cs
- ClientRuntime.cs
- XmlTypeMapping.cs
- WebPartManager.cs
- LoginView.cs
- baseaxisquery.cs
- UnmanagedBitmapWrapper.cs
- SqlXmlStorage.cs
- ToolStripLocationCancelEventArgs.cs
- BitmapEffectGroup.cs
- DataServiceClientException.cs
- TraceData.cs
- XmlSchemaAttributeGroupRef.cs
- ASCIIEncoding.cs
- RequestBringIntoViewEventArgs.cs
- HtmlElementErrorEventArgs.cs
- PerformanceCounterPermission.cs
- CookieHandler.cs
- Identifier.cs