Click or drag to resize

ResponseContentType Property

Gets or sets the HTTP MIME type of the current response

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public string ContentType { get; set; }

Property Value

Type: String

Implements

IResponseContentType
See Also