C# Класс ParkitectNexus.Data.Web.NexusUrl

Represents an URL with the parkitectnexus protocol.
Наследование: INexusUrl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NexusUrl ( UrlAction action, IUrlAction data ) : System

Initializes a new instance of the NexusUrl class.

Parse ( string input ) : NexusUrl

Parses the specified input to an instance of NexusUrl

TryParse ( string input, NexusUrl &output ) : bool

Tries the parse the specified input to an instance of NexusUrl.

Описание методов

NexusUrl() публичный Метод

Initializes a new instance of the NexusUrl class.
public NexusUrl ( UrlAction action, IUrlAction data ) : System
action UrlAction
data IUrlAction
Результат System

Parse() публичный статический Метод

Parses the specified input to an instance of NexusUrl
Thrown if invalid url format.
public static Parse ( string input ) : NexusUrl
input string The input.
Результат NexusUrl

TryParse() публичный статический Метод

Tries the parse the specified input to an instance of NexusUrl.
Thrown if input is null.
public static TryParse ( string input, NexusUrl &output ) : bool
input string The input.
output NexusUrl The output.
Результат bool