Returns a RSS feed from the specified URL in the string form.

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

Syntax

C#
public static string ReadFrom(
	string url
)
Visual Basic
Public Shared Function ReadFrom ( 
	url As String
) As String
Visual C++
public:
static String^ ReadFrom(
	String^ url
)
F#
static member ReadFrom : 
        url : string -> string 

Parameters

url
Type: System..::..String
URL of the feed.

Return Value

Type: String
RSS feed contents.

See Also