public enum ContentTypes : System.Enum
public enum ContentTypes : System.Enum
Member | Description |
---|---|
ActionResult | Generic action result |
application | application |
audio | audio |
css | css rules |
Excel | Microsoft application file in excel format |
font | the content contains a font |
gif | content is a gif image |
gzip | gzip |
html | the content is html formated text |
icon | content is an icon image |
image | the content is an image |
javascript | the content is javascript |
jpg | the image is of type jpeg |
Json | The page contains json structure of some kind as a method returned IEnumerable<T> or a JsonResult |
Model | Model mime type |
mp3 | mp3 |
MP4 | video format is mp4 |
msword | Microsoft word |
None | un known or not specified |
octetstream | octet stream /gzip, zip, |
ogg | ogg video or audio |
Page | The item is a page, normally a root entry unless it is in a IFrame |
pdf format | |
png | the image is of type png |
powerpoint | power point |
ReactJs | The page contains React script |
spreadsheet | spread sheet |
StatusCodeResult | HTTP status code result |
svg | The SVG image |
text | the content is text |
video | the content is a video |
vnd | vendor specific |
WebM | web media format |
WinZip | zip type |
Word | Microsoft application file in word format |
Xml | XML data |
Zip | Zip compatible stream |
System.Object
System.ValueType
System.Enum
Walter.BOM.ContentTypes
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2