IContentTypeProvider
IContentTypeProvider
IContentTypeProvider
IContentTypeProvider
Interface
Definition
Characterizes the format of the data.
public : interface IContentTypeProviderpublic interface IContentTypeProviderPublic Interface IContentTypeProvider// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ContentType ContentType ContentType ContentType
Gets the format of the data.
public : PlatForm::String ContentType { get; }public string ContentType { get; }Public ReadOnly Property ContentType As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The identifier for the format of the data.