Returns a file name based on the passed URL.
[Visual Basic] Protected Shared Function FilenameFromUrl( _ ByVal url As String _ ) As String [C#] protected static string FilenameFromUrl( string url ); [C++] protected: static String* FilenameFromUrl( String* url ); [JScript] protected static function FilenameFromUrl( url : String ) : String;
Name of the file based on the passed URL.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
DiscoveryReference Class | DiscoveryReference Members | System.Web.Services.Discovery Namespace