New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class LoadStyleSheetFromUriEventArgs : EventArgs

Inheritance: objectEventArgsLoadStyleSheetFromUriEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the stylesheet URI encountered during HTML import.

C#
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
public string Uri { get; }
Property Value:

The URI.

Methods

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

C#
public void SetStyleSheetContent(string styleSheetContent)
Parameters:styleSheetContentstring