Using StimulReport Viewer

hi i use Stimul reporti have a controller in Controller_Action
public async Task GetResultReport(string ExportType, string Type, string ID)
{
//Some Code…
return Stimulsoft.Report.Mvc.StiNetCoreViewer.ExportReportResult(this, report);

	}

And i should write below code to schtml

@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
Actions =
{
GetReport = “GetReport”,
ViewerEvent = “ViewerEvent”
}
})My Qusetion is Where I Can Place the html Code in asp Maker

Read Help file → Project Setup → Custom Files and see if that is what you want.