This is a draft cheat sheet. It is a work in progress and is not finished yet.
Site Robots.txt
<apex:page contentType="text/plain">
User-agent: * # Applies to all robots
Disallow: #
</apex:page> |
|
|
Visualforce HTML5 Template
<apex:page docType="html-5.0" sidebar="false" showHeader="false" standardStylesheets="false">
</apex:pages> |
MS Content Types
Type |
Result |
application/msword |
Word .doc |
application/vnd.openxmlformats-officedocument.wordprocessingml.document |
Word .docx |
application/vnd.ms-excel |
Excel .xls |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
Excel .xlsx |
|
|
|