Sdílet prostřednictvím


UrlHelper.IsLocalUrl(String) Metoda

Definice

Vrátí hodnotu, která označuje, zda je adresa URL místní. Adresa URL se považuje za místní, pokud nemá část hostitele nebo autority a má absolutní cestu. Adresy URL používající virtuální cesty (~/) jsou také místní.

public:
 virtual bool IsLocalUrl(System::String ^ url);
public virtual bool IsLocalUrl (string url);
abstract member IsLocalUrl : string -> bool
override this.IsLocalUrl : string -> bool
Public Overridable Function IsLocalUrl (url As String) As Boolean

Parametry

url
String

Adresa URL.

Návraty

truepokud je adresa URL místní; v opačném případě . false

Implementuje

Platí pro