WebFormsRootDesigner.DocumentUrl Vlastnost

Definice

Při přepsání v odvozené třídě získá adresu URL, ve které je umístěna stránka Webové formuláře.

public:
 abstract property System::String ^ DocumentUrl { System::String ^ get(); };
public abstract string DocumentUrl { get; }
member this.DocumentUrl : string
Public MustOverride ReadOnly Property DocumentUrl As String

Hodnota vlastnosti

Adresa URL, na které se nachází stránka Webové formuláře; v opačném případě, nullpokud stránka Webové formuláře nemá přidruženou adresu URL.

Platí pro

Viz také