MobilePage.RelativeFilePath Eigenschaft

Definition

Ruft eine relative URL für die Seite ab. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

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

Eigenschaftswert

Eine relative URL mit Bezug auf die Seite.

Attribute

Gilt für:

Weitere Informationen