DiscoveryReference::FilenameFromUrl Method (String^)

 

Returns a file name based on the passed URL.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
static String^ FilenameFromUrl(
	String^ url
)

Parameters

url
Type: System::String^

The URL on which the name of the file is based.

Return Value

Type: System::String^

Name of the file based on the passed URL.

.NET Framework
Available since 1.1
Return to top
Show: