Return a collection of block CSS comments from the specified code.

Syntax

ISCodeSearch.GetCssBlockComments(code, identifyStyleTags)

Parameters

NameTypeOptionalByRefDescription
code String The CSS, LESS or HTML Code.
identifyStyleTags Boolean Indicates whether comments should only be included if they are within an HTML style tag (i.e., the code is HTML and not CSS or LESS).

Return Value

List(Of ISCodeSearchResult)

A List(Of ISCodeSearchResult).

Member of:
ISCodeSearch
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0