ConvertRelativeToAbsoluteRefs Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| EditorUtility..::..ConvertRelativeToAbsoluteRefs Method |
| EditorUtility Class See Also Send Feedback |
Converts all relative url references
href="/asp.net-wysiwyg-editor/doc/html/myfolder/mypage"
into absolute url references
href="http://mywebsite/myfolder/mypage.htm"
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
Parameters
- UrlRoot
- Type: System..::..String
- UrlFolder
- Type: System..::..String
- html
- Type: System..::..String