Skip to content

Instantly share code, notes, and snippets.

View rasmusfjord's full-sized avatar

Rasmus Lykke Fjord rasmusfjord

View GitHub Profile
public class BookingController : SurfaceController
{
public ActionResult GetRoomMarkup(int id)
{
return PartialView("booking-rooms", Umbraco.TypedContent(id));
}