VirtualPathUtility::AppendTrailingSlash Method (String^)
.NET Framework (current version)
Appends the literal slash mark (/) to the end of the virtual path, if one does not already exist.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System::String^
The virtual path to append the slash mark to.
If the literal slash mark (/) exists at the end of the virtual path, the virtual path is not modified.
.NET Framework
Available since 2.0
Available since 2.0
Show: