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
- DirectionalLight.cs
- XmlWhitespace.cs
- MessageVersionConverter.cs
- Span.cs
- JournalNavigationScope.cs
- RelatedPropertyManager.cs
- MasterPageBuildProvider.cs
- Serializer.cs
- DataObjectPastingEventArgs.cs
- HandlerMappingMemo.cs
- IFlowDocumentViewer.cs
- SelectionItemProviderWrapper.cs
- FileAuthorizationModule.cs
- SpoolingTaskBase.cs
- Matrix3DStack.cs
- XmlDeclaration.cs
- MetadataItemEmitter.cs
- TaskHelper.cs
- X509SecurityToken.cs
- IRCollection.cs
- CopyCodeAction.cs
- EditorPartChrome.cs
- HwndHost.cs
- SqlUtil.cs
- ServicesUtilities.cs
- Nullable.cs
- SqlConnectionString.cs
- XmlWrappingWriter.cs
- XmlnsCompatibleWithAttribute.cs
- ComIntegrationManifestGenerator.cs
- DiscoveryReference.cs
- CodeConstructor.cs
- TreeNodeEventArgs.cs
- ContentIterators.cs
- ArrangedElementCollection.cs
- WorkflowViewService.cs
- TextMetrics.cs
- PlainXmlDeserializer.cs
- ErrorWrapper.cs
- SqlNotificationRequest.cs
- RequestCache.cs
- StreamInfo.cs
- Splitter.cs
- FacetValues.cs
- DocumentViewerBaseAutomationPeer.cs
- HtmlInputImage.cs
- DataGridViewRowsAddedEventArgs.cs
- MILUtilities.cs
- PageAsyncTask.cs
- StreamBodyWriter.cs
- Classification.cs
- InlineObject.cs
- ValidationEventArgs.cs
- GridViewRowCollection.cs
- ReadOnlyDataSourceView.cs
- CodeDOMUtility.cs
- BitmapMetadata.cs
- KeyPressEvent.cs
- FixedSOMLineRanges.cs
- FileDialog.cs
- TextProperties.cs
- MsmqHostedTransportManager.cs
- TypeReference.cs
- VarRemapper.cs
- IssuedSecurityTokenParameters.cs
- AuthenticationModulesSection.cs
- UndoManager.cs
- OraclePermission.cs
- Compiler.cs
- PagePropertiesChangingEventArgs.cs
- TreeNodeBindingCollection.cs
- TokenBasedSet.cs
- IgnoreDataMemberAttribute.cs
- UpdateException.cs
- HtmlImage.cs
- ResponseBodyWriter.cs
- MarkupCompilePass2.cs
- ByteConverter.cs
- BatchStream.cs
- Transactions.cs
- DateTimeUtil.cs
- ActivitySurrogate.cs
- XmlMessageFormatter.cs
- HashRepartitionEnumerator.cs
- CalculatedColumn.cs
- MembershipPasswordException.cs
- ToolboxItem.cs
- UriTemplateHelpers.cs
- RequestQueue.cs
- EastAsianLunisolarCalendar.cs
- CustomError.cs
- ModelMemberCollection.cs
- HiddenField.cs
- MessagingDescriptionAttribute.cs
- BrowserCapabilitiesFactoryBase.cs
- SafeHandles.cs
- ConfigXmlWhitespace.cs
- UseLicense.cs
- PipeStream.cs
- XMLSyntaxException.cs