| StandardResponseContentType Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Mobile.Utils.Web.StandardResponse.ContentType"]
Namespace: Activsoft.Engine.Mobile.Utils.WebAssembly: Activsoft.Engine.Mobile (in Activsoft.Engine.Mobile.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ContentType { get; set; }Public Property ContentType As String
Get
Set
public:
virtual property String^ ContentType {
String^ get () sealed;
void set (String^ value) sealed;
}abstract ContentType : string with get, set
override ContentType : string with get, set
Property Value
Type:
StringImplements
IResponseContentType
See Also