ConvertToHtmlCommand.CssUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes