WriteDialogOuterFrame Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| CEU..::..WriteDialogOuterFrame Method |
| CEU Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static void WriteDialogOuterFrame( HttpContext context, string title, string url ) |
| Visual Basic |
|---|
Public Shared Sub WriteDialogOuterFrame ( _ context As HttpContext, _ title As String, _ url As String _ ) |
| Visual C++ |
|---|
public: static void WriteDialogOuterFrame( HttpContext^ context, String^ title, String^ url ) |
Parameters
- context
- Type: System.Web..::..HttpContext
- title
- Type: System..::..String
- url
- Type: System..::..String