UtilWebGetUrlFilename Method
Tries to retrieve the filename of an Url that points to a file.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetUrlFilename(
string url
)
Public Shared Function GetUrlFilename (
url As String
) As String
Dim url As String
Dim returnValue As String
returnValue = UtilWeb.GetUrlFilename(url)
public:
static String^ GetUrlFilename(
String^ url
)
static member GetUrlFilename :
url : string -> string
No code example is currently available or this language may not be supported.
- url String
-
The source Url.
String
The resulting filename.