Book Image

ServiceStack 4 Cookbook

Book Image

ServiceStack 4 Cookbook

Overview of this book

Table of Contents (18 chapters)
ServiceStack 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. HTML and Form Data

In this chapter, we are going to look at the functionality ServiceStack brings to building web applications through the following recipes:

  • Getting started with the ServiceStack and Razor templates

  • Using Markdown for website content

  • Handling file uploads and streaming data from services

  • Overriding Razor views or templates using attributes

  • Creating and displaying a login and registration page based on authentication

  • Submitting a form to a service and handling server-side validation on an HTML client