Provides various helper methods related to the Uri class.
Inheritance Hierarchy
FirstFloor.DocumentsUriHelper
Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The UriHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreatePartUri(String) |
Creates a URI referencing specified part in an XPS package.
|
![]() ![]() | CreatePartUri(String, String) |
Creates a URI referencing specified part in an XPS package.
|
![]() ![]() | CreatePartUri(Uri, String) |
Creates a URI referencing specified part in an XPS package.
|
![]() ![]() | CreateRelationshipUri(String) |
Creates the URI that references the relationship of specified part uri.
|
![]() ![]() | CreateRelationshipUri(Uri) |
Creates the URI that references the relationship of specified part uri.
|
![]() ![]() | GetFileName |
Gets the filename from specified uri.
|
![]() ![]() | GetFontPartUrisForIndex |
Gets all addressable font part uris for given uri and font index.
|
![]() ![]() | GetFragmentFromUri(String) |
Gets the fragment part from given URI.
|
![]() ![]() | GetFragmentFromUri(Uri) |
Gets the fragment part from given URI.
|
![]() ![]() | GetUriStringWithoutFragment(String) |
Gets the string representation of specified URI where the fragment part is removed
|
![]() ![]() | GetUriStringWithoutFragment(Uri) |
Gets the string representation of specified URI where the fragment part is removed
|
![]() ![]() | GetUriWithoutFragment |
Gets the URI where the fragment part is removed.
|
![]() ![]() | IsComponentUri |
Determines whether specified uri is a component Uri refering to a resource in an assembly.
|
![]() ![]() | IsContentTypesXmlUri |
Determines whether specified URI references [Content_Types].xml.
|
![]() ![]() | IsInterleavingPieceUri |
Determines whether specified URI references an interleaving piece.
|
![]() ![]() | IsSystemTypefaceUri |
Determines whether the specified uri references a system typeface.
|
See Also