@section SampleHeading{
Presentation / Getting Started
}
@section ControlsSection{
@{Html.BeginForm("Comment", "Presentation", FormMethod.Post);
{
This sample demonstrates how to add comments to a presentation slide.
Click the button to view a PowerPoint presentation generated by Essential Presentation.
Please note that Microsoft PowerPoint viewer or its equivalent is required to view the resultant document.
Features:
-
Support for adding, replying, editing comments in a PowerPoint slide.
Html.EndForm();
}}}