Share via


ContentType(String) Constructor

Definition

Creates an instance of ContentType.

public ContentType (string contentType);
new Azure.Core.ContentType : string -> Azure.Core.ContentType
Public Sub New (contentType As String)

Parameters

contentType
String

The content type string.

Applies to