Plugin Interfaces > Add Pages to FogBugz
IPluginConfigPageDisplay: Add a custom configuration page for your plugin, specified as an HTML string. (Example)
IPluginPageDisplay: Add a custom page to your FogBugz site (specified as a string evaluating to HTML) to be displayed underneath the standard header/main menu, and control which FogBugz users may view it. (Example)
IPluginRawPageDisplay: Add a custom page to your FogBugz site to be displayed in "raw" format (ie, without the standard header/main menu). This functionality can be used to handle incoming AJAX requests. (AJAX Example, "Raw Page" Example)
IPluginBinaryPageDisplay: Add a custom page to your FogBugz site (specified as an array of bytes) that can be used to handle requests for raw bytes of data. (Example)