CreateDialog Method

HttpServer.dll

Opens contents in a dialog window.

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string CreateDialog(
	string url,
	string title,
	params string[] options
)
Visual Basic (Declaration)
Public Shared Function CreateDialog ( _
	url As String, _
	title As String, _
	ParamArray options As String() _
) As String
Visual C++
public:
static String^ CreateDialog(
	String^ url, 
	String^ title, 
	... array<String^>^ options
)

Parameters

url
Type: System..::.String
url to contents of dialog
title
Type: System..::.String
link title
options
Type: array< System..::.String >[]()[]
name, value, name, value, all parameter names should end with colon.

Return Value

[Missing <returns> documentation for M:HttpServer.Helpers.JSHelper.CreateDialog(System.String,System.String,System.String[])]

See Also