Class PathType
Type of path in history.
Inheritance
System.Object
PathType
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class PathType : Enum
Fields
File
Document is local file.
Declaration
public const PathType File
Field Value
| Type |
|---|
| PathType |
Unknown
Type is unknown.
Declaration
public const PathType Unknown
Field Value
| Type |
|---|
| PathType |
Uri
Document is Uri resource.
Declaration
public const PathType Uri
Field Value
| Type |
|---|
| PathType |