Class HtmlSaveOptions.CssUrlRequestInfo

HtmlSaveOptions.CssUrlRequestInfo class

Represents set of data that related to request from converter to custom code aimed to get desirable URL (or URL template)of subject CSS

public class CssUrlRequestInfo

Constructors

NameDescription
CssUrlRequestInfo()The default constructor.

Fields

NameDescription
CustomProcessingCancelledShould be set by custom code if it cannot or should not define URL that will be used in generated HTML for referencing of that CSS. If it’s ’true’, then CSS file will be saved in standard way in standard place.

See Also