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
- CreateBookmarkScope.cs
- CommandTreeTypeHelper.cs
- DynamicValueConverter.cs
- DrawingCollection.cs
- DateTime.cs
- RSACryptoServiceProvider.cs
- Ref.cs
- ClientProxyGenerator.cs
- CalendarDay.cs
- CursorConverter.cs
- ProviderConnectionPoint.cs
- FlowLayout.cs
- SqlUserDefinedTypeAttribute.cs
- XPathNodePointer.cs
- Cursors.cs
- AccessorTable.cs
- ContourSegment.cs
- Accessible.cs
- Message.cs
- TypeContext.cs
- AsnEncodedData.cs
- MaskDescriptors.cs
- QilXmlWriter.cs
- MembershipUser.cs
- ProcessProtocolHandler.cs
- ImageMap.cs
- ProfilePropertySettings.cs
- TrackingMemoryStream.cs
- ECDsaCng.cs
- DataSourceSelectArguments.cs
- Cursor.cs
- GeneralTransform3DGroup.cs
- Header.cs
- Soap11ServerProtocol.cs
- ClaimComparer.cs
- URLString.cs
- Variant.cs
- CacheMemory.cs
- ActivationService.cs
- SqlVisitor.cs
- DispatcherObject.cs
- RecognitionResult.cs
- UrlAuthorizationModule.cs
- TabItem.cs
- ResourceDefaultValueAttribute.cs
- TabItem.cs
- ImportContext.cs
- XmlSchemaAnyAttribute.cs
- ListItemParagraph.cs
- PackagingUtilities.cs
- ExpressionValueEditor.cs
- SharedStatics.cs
- LineSegment.cs
- DbParameterHelper.cs
- SHA1CryptoServiceProvider.cs
- ListBoxDesigner.cs
- ZipIOFileItemStream.cs
- TextServicesHost.cs
- LineGeometry.cs
- Pts.cs
- MetadataPropertyAttribute.cs
- GridViewUpdateEventArgs.cs
- DefaultPropertyAttribute.cs
- DataGridViewTopRowAccessibleObject.cs
- ProxyManager.cs
- PeerEndPoint.cs
- SiteMapProvider.cs
- ProxyWebPart.cs
- PrimaryKeyTypeConverter.cs
- jithelpers.cs
- EndOfStreamException.cs
- PlatformCulture.cs
- IndicFontClient.cs
- TraceListeners.cs
- ApplicationProxyInternal.cs
- SmtpReplyReaderFactory.cs
- TextRangeBase.cs
- DependencyPropertyConverter.cs
- CLRBindingWorker.cs
- MultiTargetingUtil.cs
- Msmq4SubqueuePoisonHandler.cs
- CustomTrackingQuery.cs
- GiveFeedbackEventArgs.cs
- DataControlFieldCell.cs
- sqlpipe.cs
- KeySpline.cs
- AdornerPresentationContext.cs
- WindowsPrincipal.cs
- _OverlappedAsyncResult.cs
- SqlUDTStorage.cs
- XpsFilter.cs
- UTF7Encoding.cs
- QuaternionRotation3D.cs
- ModuleBuilderData.cs
- SelfIssuedTokenFactoryCredential.cs
- ComEventsInfo.cs
- HTTPRemotingHandler.cs
- VirtualDirectoryMapping.cs
- XmlChildEnumerator.cs
- PolicyVersion.cs