| CommonMethodsReloadFrame Method |
Reloads the frame.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static void ReloadFrame(
Page page,
string url,
string target
)
Public Shared Sub ReloadFrame (
page As Page,
url As String,
target As String
)
Parameters
- page
- Type: System.Web.UIPage
The page. - url
- Type: SystemString
The URL. - target
- Type: SystemString
The target.
See Also