Class
LoadStyleSheetFromUriEventArgs

Raised when the HTML importer encounters a stylesheet URI, allowing custom retrieval of CSS content.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class LoadStyleSheetFromUriEventArgs : EventArgs

Inheritance: objectEventArgsLoadStyleSheetFromUriEventArgs

Inherited Members EventArgs.Empty

Properties

Uri

Gets the stylesheet URI encountered during HTML import.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
public string Uri { get; }

Property Value

string

The URI.

Methods

SetStyleSheetContent(string)

Provides the CSS content to the importer for this stylesheet URI.

Declaration

cs-api-definition
public void SetStyleSheetContent(string styleSheetContent)

Parameters

styleSheetContent

string