New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.Widgets.FilePath

Handles modifications concerning the file paths in the content providers

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.Widgets.FilePath

Properties

Separator Char

A character that separates the different parts of the path items.

Methods

AddTrailingSeparator

Adds a trailing path separator if such is missing

Parameters

path System.String

The path that will be checked

Returns

System.String The result path must end with a path separator

NormalizeRelativePath

Normalizes paths that contain parent references - /..

Parameters

path System.String

The path that will be normalized

Returns

System.String The normalized path that now points directly to its target

In this article