MobilePage.AbsoluteFilePath Właściwość

Definicja

Pobiera rooted URL do bieżącej strony. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property System::String ^ AbsoluteFilePath { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string AbsoluteFilePath { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AbsoluteFilePath : string
Public ReadOnly Property AbsoluteFilePath As String

Wartość właściwości

Adres URL z odblokowanym dostępem do bieżącej strony.

Atrybuty

Uwagi

Adres URL rooted jest bezwzględny w odniesieniu do serwera, ale nie jest to pełny adres URL, ponieważ nie zawiera prefiksu protokołu ani nazwy serwera.

Dotyczy

Zobacz też