4a067cb8 ccea 2f81 eff5 56d3d8ebdfd6 - autumn009/NestedHtmlWriter GitHub Wiki
Reference for instance of NhBody class in this document. Use this attribute to outout document body.
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhBody B { get; }
VB
Public ReadOnly Property B As NhBody
Get
C++
public:
property NhBody^ B {
NhBody^ get ();
}
F#
member B : NhBody with get
Type: NhBody