'バイト' でイェソド-0.10.1ストアのHTMLタイプ
定義を持つ:
postBlogR :: Handler RepHtml
postBlogR = do
((res, articleWidget), enctype) <- runFormPost entryForm
case res of
FormSuccess article -> do
articleId <- runDB $ insert article
setMessage $ toHtml $ (articleTitle article) <> " created"
redirect $ ArticleR articleId
_ -> defaultLayout $ do
setTitle "Please correct your entry form"
$(widgetFile "articleAddError")
データベース
Article
title Text
content Html
deriving
私はHello, world!
\x48656c6c6f2c20776f726c6421
を取得します
!この問題は表現上の問題にすぎません。 BLOB – njzk2