docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
ProGet SDK
Inedo.Web
SlimHtmlTextWriter
SlimHtmlTextWriter Class
Inheritance Hierarchy
object
System.MarshalByRefObject
System.IO.TextWriter
Inedo.Web.SlimHtmlTextWriter
Syntax
public
class
SlimHtmlTextWriter
:
System.IO.TextWriter
,
System.IDisposable
Constructors
Name
Description
SlimHtmlTextWriter(System.IO.TextWriter writer)
SlimHtmlTextWriter(System.IO.TextWriter writer, int initialIndentLevel)
Properties
Name
Description
CurrentTag
DisableFormatting
Encoding
IndentLevel
IndentText
Methods
Name
Description
Dispose(bool disposing)
Flush
Write(string html)
Write(char[] buffer, int index, int count)
Write(char[] buffer)
Write(char value)
WriteAttribute(string name, string value)
WriteAttributes(Inedo.Web.Controls.AttributeCollection attributes)
WriteClassAttribute(Inedo.Web.Controls.ClassCollection classes)
WriteEncodedText(string text)
WriteEndTag
WriteStartTag(string tagName)