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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.