Acrolinx.Demo.Sidebar.SimpleSample.SimpleSample C# (CSharp) Méthode

SimpleSample() public méthode

public SimpleSample ( string serverAddress ) : System
serverAddress string
Résultat System
        public SimpleSample(string serverAddress)
            : this(serverAddress, Format.HTML, "your_file_name.txt", "<body>" +Environment.NewLine + "   <h1> This is a header without dot </h1>" + Environment.NewLine + "    <div>This is an simple sample tesst</div>" + Environment.NewLine + "</body>")
        {
        }

Same methods

SimpleSample::SimpleSample ( string serverAddress, Format format, string documentReference, string text ) : System