CONTENT TYPE XHTML

From Second Life Wiki
Revision as of 07:50, 1 January 2014 by Kireji Haiku (talk | contribs) (Created page with "<onlyinclude>{{#vardefine:CONTENT_TYPE_XHTML|{{LSL Const|CONTENT_TYPE_XHTML|integer|ihex=3|hex=0x3|c={{#if:{{{direct|}}}|Sets the content type of a llHTTPResponse to <code>{{…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer CONTENT_TYPE_XHTML = 0x3;

The integer constant CONTENT_TYPE_XHTML has the value 0x3

Sets the content type of a llHTTPResponse to "application/xhtml+xml".

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer CONTENT_TYPE_XHTML = 0x3;