Class PackUriUtils
Contains utilities for WPF Pack URIs.
Inherited Members
Namespace: PresentationTheme.Aero
Assembly: PresentationTheme.Aero.dll
Syntax
public static class PackUriUtils
Properties
| Improve this Doc View SourceContentFileAuthority
Gets the Pack URI authority for content files.
Declaration
public static Uri ContentFileAuthority { get; }
Property Value
Type | Description |
---|---|
Uri |
Methods
| Improve this Doc View SourceMakeContentPackUri(AssemblyName, String)
Creates a Pack URI for a content file.
Declaration
public static Uri MakeContentPackUri(AssemblyName assemblyName, string path)
Parameters
Type | Name | Description |
---|---|---|
AssemblyName | assemblyName | The assembly name where the content resides. |
String | path | The relative pack URI of the file. |
Returns
Type | Description |
---|---|
Uri | An absolute content file Pack URI. |