Nevron.Examples.Framework.WinForm Namespace / NHtmlBuilder Class / BuildDescriptionHtml Method


In This Topic
    BuildDescriptionHtml Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function BuildDescriptionHtml( _
       ByVal content As System.String, _
       ByVal exampleName As System.String, _
       ByVal useCss As System.Boolean _
    ) As System.String
    'Usage
     
    
    Dim instance As NHtmlBuilder
    Dim content As System.String
    Dim exampleName As System.String
    Dim useCss As System.Boolean
    Dim value As System.String
     
    value = instance.BuildDescriptionHtml(content, exampleName, useCss)
    public virtual System.string BuildDescriptionHtml( 
       System.string content,
       System.string exampleName,
       System.bool useCss
    )

    Parameters

    content
    exampleName
    useCss
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also