File: System\ServiceModel\Syndication\TextSyndicationContentKind.cs
Web Access
Project: src\src\libraries\System.ServiceModel.Syndication\src\System.ServiceModel.Syndication.csproj (System.ServiceModel.Syndication)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace System.ServiceModel.Syndication
{
    public enum TextSyndicationContentKind
    {
        Plaintext,
        Html,
        XHtml
    }
}