 | HyperTextLinkInfo Constructor |
Namespace: Candlelight.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic LinkInfo(
int index,
string linkName,
string className
)
Parameters
- index
- Type: SystemInt32
Index of the link in the HyperText instance. - linkName
- Type: SystemString
Value of the link's name attribute. - className
- Type: SystemString
Value of the link's class attribute, if any.
See Also