NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdCreatedEventArgs.NavigateUrl

The target URL that will be rendered in the AdRotator

[Visual Basic]
Public Property NavigateUrl As String
[C#]
public string NavigateUrl {get; set;}
[C++]
public: __property String* get_NavigateUrl();
public: __property void set_NavigateUrl(String*);
[JScript]
public function get NavigateUrl() : String;
public function set NavigateUrl(String);

See Also

AdCreatedEventArgs Class | AdCreatedEventArgs Members | System.Web.UI.WebControls Namespace