HtmlTagInnerTextParser.GetInnerTextForHtmlTags Method
Include Protected Members
Include Inherited Members
Returns an enumerable list of all the inner text that matches the specified parameters.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetInnerTextForHtmlTags(String, Boolean, Boolean, Boolean) | Returns an enumerable list of all the inner text that matches the specified parameters. | |
GetInnerTextForHtmlTags(String, Boolean, Boolean, Boolean, Int32, Int32) | Returns an enumerable list of all the inner text that matches the specified parameters. | |
GetInnerTextForHtmlTags(String, String, String, Boolean, Boolean, Boolean) | Returns an enumerable list of all the inner text that matches the specified parameters. | |
GetInnerTextForHtmlTags(String, String, String, Boolean, Boolean, Boolean, Int32, Int32) | Returns an enumerable list of all the inner text that matches the specified parameters. |
Top