Determine whether or not the full html text will be returned or just the contents contained inside the body tag will be returned. True indicates only the content inside the body tag will be return; otherwise false. The default is false.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Fragment As System.Boolean |
C# | |
---|
public System.bool Fragment {get; set;} |
Property Value
A boolean value indicating whether or not to return the full html contents, or just the contents inside the body tag.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also