Click or drag to resize

domainAnalysisGetURLWithoutDomainName Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes the URL version without domain name. Like: from http://www.koplas.co.rs/proizvodi/mtx.php to /proizvodi/mtx.php

Namespace:  imbACE.Network.tools
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public string GetURLWithoutDomainName(
	string fullUrl
)
Request Example View Source

Parameters

fullUrl
Type: SystemString
The full URL.

Return Value

Type: String
See Also