.NET Framework Class Library

UrlParserUtility.GetSegmentInfo Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > UrlParserUtility Class > UrlParserUtility Methods >

.NET Framework Class Library

UrlParserUtility.GetSegmentInfo Method

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public Shared Function GetSegmentInfo ( _
 pathInfo As String _
As URLSegmentInfo

C#

public static URLSegmentInfo GetSegmentInfo(
 string pathInfo
)

Visual C++

public:
static URLSegmentInfoGetSegmentInfo(
 StringpathInfo
)

Parameters

pathInfo

Type: System.String

See Also

UrlParserUtility Class

UrlParserUtility Members

Gnostice.Controls.ASP Namespace