IContentTypeMetadata.ContentTypes 属性

定义

获取声明的 ContentType 特性值的列表。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ContentTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ContentTypes { get; }
member this.ContentTypes : seq<string>
Public ReadOnly Property ContentTypes As IEnumerable(Of String)

属性值

IEnumerable<String>

适用于