ConvertToHtmlCommand.CssUri Property

Definition

This specifies a full or partial URI for the CSS information. The HTML should reference the CSS file specified.

public:
 property Uri ^ CssUri { Uri ^ get(); void set(Uri ^ value); };
public Uri CssUri { get; set; }
[System.Management.Automation.Alias(new System.String[] { "cu", "uri" })]
[System.Management.Automation.Parameter(ParameterSetName="Page")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri CssUri { get; set; }
member this.CssUri : Uri with get, set
[<System.Management.Automation.Alias(new System.String[] { "cu", "uri" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Page")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CssUri : Uri with get, set
Public Property CssUri As Uri

Property Value

Uri
Attributes

Applies to