Click or drag to resize
UploadedFileGetNameWithoutExtension Method
Returns the name of the file on the client's computer without the extension.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetNameWithoutExtension()

Field Value

Type: String
A string containing the name of the file on the client's computer without the extension.
Remarks
A string containing the string returned by GetFileName, minus the last period (.) and all characters following it.
See Also