System.Net.Mail.Tests.AlternateViewCollectionTest.AlternateViewCollectionTest C# (CSharp) Méthode

AlternateViewCollectionTest() public méthode

public AlternateViewCollectionTest ( ) : Xunit
Résultat Xunit
        public AlternateViewCollectionTest()
        {
            avc = new MailMessage("[email protected]", "[email protected]").AlternateViews;
            av = AlternateView.CreateAlternateViewFromString("test", new ContentType("text/plain"));
        }