[ROOT] / doc / tocInheritance / IHTMLEncoder / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | Class | 
| Name | IHTMLEncoder | 
| Namespace | ARCCore | 
| Type | IHTMLEncoder | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCCore | 
| ClassNamespace | ARCCore | 
| ClassType | IHTMLEncoder | 
| SubTypes | PictureEncoder | 
Pseudo-interface signifying that implementing class has a static metod called 'Encode' for encoding a string to HTML.
See PKHTMLAttribute for more information.
Note how this interface in itself is empty 
'Encode' should have the following signature:
  public static string Encode(string _string)
Generated 2025-10-31 10:28:32.561 UTC