[ROOT] / doc / DocFrag / ARCDoc.DocLink.LinkWordHTMLBeforeLt
| Key | Value | 
|---|---|
| Assembly | ARCDoc | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -4- | 
| Name | LinkWordHTMLBeforeLt | 
| Namespace | ARCDoc | 
| Type | DocLink | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | DocLink | 
| MethodName | LinkWordHTMLBeforeLt | 
| MethodSignature | System.String LinkWordHTMLBeforeLt | 
If -LinkWordHTML contains '<' (really '<') (for generic types, like 'PValue<TValue>') then this will contain the part before '<' like 'PValue'.
This is due to use 'nameof' for generic classes like 'nameof(PValue<TValue>)' will result in only the name of the base type, ending up with 'PValue<T>' instead of '-PValue<TValue>-'
Therefore, we must create links also for the part before '<'.
Generated 2025-10-31 00:49:38.864 UTC