DiscoveryReference.FilenameFromUrl(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a file name based on the passed URL.
protected:
static System::String ^ FilenameFromUrl(System::String ^ url);
public:
static System::String ^ FilenameFromUrl(System::String ^ url);
protected static string FilenameFromUrl (string url);
public static string FilenameFromUrl (string url);
static member FilenameFromUrl : string -> string
Protected Shared Function FilenameFromUrl (url As String) As String
Public Shared Function FilenameFromUrl (url As String) As String
- url
- String
The URL on which the name of the file is based.
Name of the file based on the passed URL.
产品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |