C# Класс BzReader.UrlRequestedEventArgs

The class which used to pass information about the requested url to web browser
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RedirectUrl ( int port ) : string

The url to the redirected topic

TeXUrl ( string equation, int port ) : string

The TeX equation URL

Url ( string indexName, string topicName, int port ) : string

The URL that is/was used to fetch this document

UrlRequestedEventArgs ( string aUrl ) : System

Initializes a new instance of the UrlRequestedEventArgs class.

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

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

The url to the redirected topic
public RedirectUrl ( int port ) : string
port int
Результат string

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

The TeX equation URL
public static TeXUrl ( string equation, int port ) : string
equation string Equation text
port int Port the server is listening on
Результат string

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

The URL that is/was used to fetch this document
public static Url ( string indexName, string topicName, int port ) : string
indexName string
topicName string
port int
Результат string

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

Initializes a new instance of the UrlRequestedEventArgs class.
public UrlRequestedEventArgs ( string aUrl ) : System
aUrl string A URL which was request by web browser.
Результат System