StandardContentTypeNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class StandardContentTypeNames abstract sealed
public static class StandardContentTypeNames
type StandardContentTypeNames = class
Public Class StandardContentTypeNames
- Inheritance
-
StandardContentTypeNames
Fields
Any |
Base content type of all contents types except for Inert. |
Code |
Base content type of any document containing code. Derives from Text. |
Inert |
A content type for which no associated artifacts are automatically created. |
Projection |
Base content type for a projection of a document that contains a mix of distinct content types (e.g. a .aspx file containing html and embedded c#). |
Text |
Base content type of any content type use for a document. Note that Projection does not derive from Text. |