VB to C#

Hello.

I’m a C# newbie and i have this code in VB

resultLabel.Text = Request.Form(“CustomerName”).ToString()

Label17.Text = Request.Form(“ServiceList”).ToString()

How do i write that in C#
Thanks