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
- DynamicUpdateCommand.cs
- ResourceDisplayNameAttribute.cs
- HWStack.cs
- ForwardPositionQuery.cs
- SqlDependencyListener.cs
- AssemblyBuilder.cs
- DoubleStorage.cs
- SecurityContext.cs
- HwndProxyElementProvider.cs
- ClientUrlResolverWrapper.cs
- ElementUtil.cs
- MarkerProperties.cs
- XmlByteStreamReader.cs
- PermissionSetEnumerator.cs
- Vector3dCollection.cs
- DataObjectSettingDataEventArgs.cs
- RecordsAffectedEventArgs.cs
- XmlSerializerFormatAttribute.cs
- TraceContextEventArgs.cs
- MatrixCamera.cs
- _Win32.cs
- FilterQuery.cs
- RuntimeHelpers.cs
- GridView.cs
- AssemblyNameProxy.cs
- DataGrid.cs
- Line.cs
- SchemaImporterExtension.cs
- DataRowCollection.cs
- PolyBezierSegmentFigureLogic.cs
- CollectionViewGroupRoot.cs
- DataGridViewTopRowAccessibleObject.cs
- OrthographicCamera.cs
- CommonBehaviorsSection.cs
- Version.cs
- ScaleTransform3D.cs
- URLMembershipCondition.cs
- EntityClassGenerator.cs
- CheckableControlBaseAdapter.cs
- WebPartZoneCollection.cs
- SrgsElementFactory.cs
- Point3D.cs
- MDIWindowDialog.cs
- ControlParameter.cs
- SqlCommand.cs
- SequenceFullException.cs
- Byte.cs
- ScopedKnownTypes.cs
- WebPartEditVerb.cs
- ListDictionary.cs
- Literal.cs
- WebPartConnectionsCancelEventArgs.cs
- Blend.cs
- ComAdminInterfaces.cs
- MouseButtonEventArgs.cs
- TypeInfo.cs
- SqlDataAdapter.cs
- Int32CollectionConverter.cs
- ToolBar.cs
- PersonalizationAdministration.cs
- StubHelpers.cs
- SubqueryRules.cs
- ButtonPopupAdapter.cs
- TextElementEditingBehaviorAttribute.cs
- TabControlCancelEvent.cs
- TextTreeUndo.cs
- EntityDataSourceContainerNameConverter.cs
- EventTrigger.cs
- RenderingBiasValidation.cs
- SoapHeaderException.cs
- NativeMethods.cs
- HtmlInputRadioButton.cs
- ToolStripStatusLabel.cs
- ResourceAttributes.cs
- RegexCompiler.cs
- DiffuseMaterial.cs
- lengthconverter.cs
- Opcode.cs
- PointHitTestResult.cs
- GlyphCache.cs
- CallContext.cs
- WebSysDescriptionAttribute.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- Flattener.cs
- CSharpCodeProvider.cs
- FillErrorEventArgs.cs
- ImageConverter.cs
- basenumberconverter.cs
- ContentFilePart.cs
- SystemColorTracker.cs
- OleDbMetaDataFactory.cs
- ByteStreamMessageEncoderFactory.cs
- TextHidden.cs
- SourceFileBuildProvider.cs
- DateTimeFormatInfo.cs
- UnsafeNativeMethodsTablet.cs
- SelectionList.cs
- PhysicalOps.cs
- InstanceOwner.cs
- StrongNameMembershipCondition.cs