b00fb0a5 cda7 f5fb 3fd2 54c02ca7f3ee - autumn009/NestedHtmlWriter GitHub Wiki
output a element which has href attribute and text content only
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public void WriteAText(
string href,
string text
)
VB
Public Sub WriteAText (
href As String,
text As String
)
C++
public:
void WriteAText(
String^ href,
String^ text
)
F#
member WriteAText :
href : string *
text : string -> unit
- href
- Type: System.String
href attribute value - text
- Type: System.String
text for content