Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Nexus
Client
ModManagement
NexusUrl
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
显示文件
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