IDocumentTypeFeature<TDocumentType>.GetContentType 方法

定义

获取给定文档类型的内容类型。

public string? GetContentType (TDocumentType type);
abstract member GetContentType : 'DocumentType -> string
Public Function GetContentType (type As TDocumentType) As String

参数

type
TDocumentType

文档类型。

返回

内容类型(如果已知),否则为 null

适用于