BorderTypeFromHTML Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTMLTree..::..BorderTypeFromHTML Method |
| HTMLTree Class See Also Send Feedback |
parse border type from html string
Namespace:Â CuteEditor.ConvertorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static BorderType BorderTypeFromHTML( string html ) |
| Visual Basic |
|---|
Public Shared Function BorderTypeFromHTML ( _ html As String _ ) As BorderType |
| Visual C++ |
|---|
public: static BorderType BorderTypeFromHTML( String^ html ) |
Parameters
- html
- Type: System..::..String