VirtualFileBase.Name Property
.NET Framework (current version)
Gets the display name of the virtual resource.
Assembly: System.Web (in System.Web.dll)
The Name property is typically the file name and extension associated with the resource, although virtual resources may use arbitrary names.
Notes to Implementers:
The Name property should return the correct casing of the virtual resource for the virtual path provider. The correct casing may be different from the casing in the original path.
.NET Framework
Available since 2.0
Available since 2.0
Show: