C# Class Nexus.Client.ModManagement.NexusUrl

Represents an NXM url.
This is a convenice class that parses out parts of the URL that are of interest.
Inheritance: System.Uri
Mostra file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
NexusUrl ( Uri p_uriUrl ) : System

A simple constructor that initializes the object with the given values.

Method Details

NexusUrl() public method

A simple constructor that initializes the object with the given values.
Thrown if the given URI's scheme is not NXM.
public NexusUrl ( Uri p_uriUrl ) : System
p_uriUrl System.Uri The NXM URL.
return System