An NDoc Documented Class Library

HTMLSetting Enumeration

Flags used to adjust the HTML output from the LoadDoc method.

[Serializable]
[Flags(TypeId="System.FlagsAttribute")]
public enum HTMLSetting

Remarks

Missing <remarks> documentation for T:askSam.HTMLSetting

Members

Member NameDescription
HTML_ASP_LINKSFormat Hypertext Links for Active Server Pages.
HTML_ASP_GRAPHOutput Active Server Pages Graphics.
HTML_ASP_DONT_OUTPUT_STYLESUse this if you do not wont the style sheet in the HTML steam.
HTML_ASPUsed for ASP pages, combines HTML_ASP_LINKS and HTML_ASP_GRAPH flags.
HTML_AIPPUsed only by SurfSaver.
HTML_EXPORTUsed for exporting HTML to an external file.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace