Version

contentUrl Property

Gets sets name of url used for pane's iframe. Note: set method has effect only if value for ContentUrl was set on server.Name of url
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_contentUrl() : String
function set_contentUrl(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfLayoutPane.get_contentUrl();
See Also