Response.WriteRawHTML

Write raw HTML tags to output.

Syntax Parameters Return Value
Function Response.WriteRawHTML( _
    Data As String, _
    Optional Placement As SWSResponsePlacement = swscResponseBottom, _
    Optional Id As String = "", _
    Optional DispName As String = "") As SWSControl
  • Data [in]

Type: String

  • Placement [in, optional]

Type: SWSResponsePlacement

Default value: swscResponseBottom

  • Id [in, optional]

Type: String

Default value: ""

  • DispName [in, optional]

Type: String

Default value: Default value: ""

SWSControl