Gets file and path.

Namespace: MonoSoftware.Web.RssEngine.Providers
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string GetPath(
	string pageUrl
)
Visual Basic
Public Function GetPath ( 
	pageUrl As String
) As String
Visual C++
public:
String^ GetPath(
	String^ pageUrl
)
F#
member GetPath : 
        pageUrl : string -> string 

Parameters

pageUrl
Type: System..::..String
Page URL

Return Value

Type: String
Unique file and path

See Also