The Portrate Interview Engine

RawHtmlControl Class

Provides a manner to render raw HTML into the interview forms. Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved.

For a list of all members of this type, see RawHtmlControl Members.

System.Object
   Portrate.Interview.View.Controls.AbstractControl
      Portrate.Interview.View.Controls.RawHtmlControl

[Visual Basic]
Public Class RawHtmlControl
    Inherits AbstractControl
[C#]
public class RawHtmlControl : AbstractControl
[C++]
public __gc class RawHtmlControl : public AbstractControl
[JScript]
public class RawHtmlControl extends AbstractControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.View.Controls

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

RawHtmlControl Members | Portrate.Interview.View.Controls Namespace