PostionTypeFromHTML Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTMLTree..::..PostionTypeFromHTML Method |
| HTMLTree Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static PositionType PostionTypeFromHTML( string postion ) |
| Visual Basic |
|---|
Public Shared Function PostionTypeFromHTML ( _ postion As String _ ) As PositionType |
| Visual C++ |
|---|
public: static PositionType PostionTypeFromHTML( String^ postion ) |
Parameters
- postion
- Type: System..::..String