메소드 |
설명 |
|
ApiRequest ( IRequestInfo requestinfo, CollectionSettings currentCollectionSettings, Book currentBook ) : System |
|
|
Failed ( string text ) : void |
|
|
Handle ( EndpointRegistration endpointRegistration, IRequestInfo info, CollectionSettings collectionSettings, Book currentBook ) : bool |
|
|
LocalPath ( ) : string |
Get the actual local path that the server would retrieve given a Bloom URL that ends up at a local file. For now it is mainly useful for things in the book folder; it doesn't have all the smarts to locate files shipped with the application, it is just concerned with reversing the various tricks we use to encode paths as URLs. |
|
ReplyWithImage ( string localPath ) : void |
|
|
ReplyWithJson ( object objectToMakeJson ) : void |
|
|
ReplyWithJson ( string json ) : void |
|
|
ReplyWithText ( string text ) : void |
|
|
RequiredFileNameOrPath ( string name ) : UrlPathString |
|
|
RequiredParam ( string name ) : string |
|
|
RequiredPostJson ( ) : string |
|
|
RequiredPostString ( ) : string |
|
|
RequiredPostValue ( string key ) : string |
|
|
Succeeded ( ) : void |
|
|
SucceededDoNotNavigate ( ) : void |
|
|