EditorParagraph Constructor (String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic EditorParagraph(
string tag,
string title
)
Public Sub New (
tag As String,
title As String
)
public:
EditorParagraph(
String^ tag,
String^ title
)
new :
tag : string *
title : string -> EditorParagraph
Parameters
- tag
- Type: SystemString
- title
- Type: SystemString
See Also