An NDoc Documented Class Library

ManagedPage.GetExtLinkUrl Method (Type)

Get external link URL by target page type

[Visual Basic]
Public Function GetExtLinkUrl( _ 
   ByVal Type As Type _ 
) As String
[C#]
public string GetExtLinkUrl(
   Type Type
);
[C++]
public: String* GetExtLinkUrl(
   Type* Type
);
[JScript]
public function GetExtLinkUrl(
   Type Type
): String;

Parameters

pageType
Target page type

See Also

ManagedPage Class | AqDWeb.Base Namespace | ManagedPage.GetExtLinkUrl Overload List