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
- HtmlTableCell.cs
- XmlWhitespace.cs
- QilInvokeEarlyBound.cs
- InfoCardProofToken.cs
- milexports.cs
- XPathDocumentIterator.cs
- _HeaderInfo.cs
- RectangleGeometry.cs
- DocumentViewerBase.cs
- ApplicationId.cs
- TransformValueSerializer.cs
- PageFunction.cs
- DictionaryContent.cs
- SendKeys.cs
- ImmComposition.cs
- SemanticAnalyzer.cs
- PanelDesigner.cs
- UTF8Encoding.cs
- Serializer.cs
- HostingEnvironment.cs
- WebPartDisplayModeCancelEventArgs.cs
- LogicalExpressionTypeConverter.cs
- WrapperEqualityComparer.cs
- PropertyGridCommands.cs
- RolePrincipal.cs
- XmlQuerySequence.cs
- ObjectKeyFrameCollection.cs
- SafeNativeMethodsCLR.cs
- SettingsAttributes.cs
- WebBrowserDocumentCompletedEventHandler.cs
- HttpHeaderCollection.cs
- Listbox.cs
- PersonalizationAdministration.cs
- SynchronizedInputPattern.cs
- COAUTHIDENTITY.cs
- TextBoxLine.cs
- SafeFileMappingHandle.cs
- WindowsListViewItemCheckBox.cs
- ConsoleKeyInfo.cs
- RegexMatch.cs
- FontStretches.cs
- BamlTreeUpdater.cs
- RequestSecurityTokenSerializer.cs
- AsyncOperationContext.cs
- AnimatedTypeHelpers.cs
- CancelEventArgs.cs
- MimeTypePropertyAttribute.cs
- BulletedListEventArgs.cs
- NativeMethods.cs
- RawStylusInputReport.cs
- CodeParameterDeclarationExpressionCollection.cs
- BigInt.cs
- BufferedReadStream.cs
- RTLAwareMessageBox.cs
- Validator.cs
- AttributeEmitter.cs
- ActivityBindForm.cs
- Separator.cs
- RoleServiceManager.cs
- GridEntry.cs
- DataGridTableCollection.cs
- CutCopyPasteHelper.cs
- RandomNumberGenerator.cs
- AsyncPostBackErrorEventArgs.cs
- DispatcherFrame.cs
- WorkflowViewStateService.cs
- SchemaEntity.cs
- BaseCollection.cs
- ResourceDefaultValueAttribute.cs
- EncryptedKey.cs
- FrugalList.cs
- Accessors.cs
- SchemaImporter.cs
- ReflectTypeDescriptionProvider.cs
- PrivilegedConfigurationManager.cs
- ExistsInCollection.cs
- SecurityTokenTypes.cs
- HorizontalAlignConverter.cs
- MailMessage.cs
- GotoExpression.cs
- WrappedReader.cs
- LayoutTableCell.cs
- FrameworkTextComposition.cs
- Task.cs
- SingleConverter.cs
- NavigationExpr.cs
- WebConfigurationHost.cs
- Geometry3D.cs
- DesignerListAdapter.cs
- ContentElement.cs
- CodeIterationStatement.cs
- SuppressMessageAttribute.cs
- _NestedMultipleAsyncResult.cs
- FaultBookmark.cs
- PriorityQueue.cs
- PostBackOptions.cs
- BitStack.cs
- RequiredFieldValidator.cs
- ParamArrayAttribute.cs
- SelectedGridItemChangedEvent.cs