Share via


HttpResponseMock.ContentType Property

Definition

Gets or sets the content type.

public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpResponseMock.ResponseContentType ContentType { get; set; }
member this.ContentType : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpResponseMock.ResponseContentType with get, set
Public Property ContentType As HttpResponseMock.ResponseContentType

Property Value

The content type. Default is String.

Applies to