ASPxClientSplitterPane.SetContentUrl(url) Method
In This Article
Sets the URL to point to a web page that should be loaded into, and displayed within the current pane, but should not be cached by a client browser.
#Declaration
TypeScript
SetContentUrl(
url: string,
preventBrowserCaching?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
url | string | A string value specifying the URL to a web page displayed within the pane. |
prevent |
boolean |
|
#Remarks
Note
It’s necessary to set the Splitter
See Also