DiscoveryReference.FilenameFromUrl(String) Method
Definition
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
Parameters
- url
- String
The URL on which the name of the file is based.
Returns
Name of the file based on the passed URL.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.