C# 클래스 Microsoft.AspNetCore.SpaServices.Prerendering.Prerenderer

파일 보기 프로젝트 열기: aspnet/JavaScriptServices 1 사용 예제들

공개 메소드들

메소드 설명
RenderToString ( string applicationBasePath, INodeServices nodeServices, JavaScriptModuleExport bootModule, string requestAbsoluteUrl, string requestPathAndQuery, object customDataParameter ) : Task

비공개 메소드들

메소드 설명
Prerenderer ( ) : System

메소드 상세

RenderToString() 공개 정적인 메소드

public static RenderToString ( string applicationBasePath, INodeServices nodeServices, JavaScriptModuleExport bootModule, string requestAbsoluteUrl, string requestPathAndQuery, object customDataParameter ) : Task
applicationBasePath string
nodeServices INodeServices
bootModule JavaScriptModuleExport
requestAbsoluteUrl string
requestPathAndQuery string
customDataParameter object
리턴 Task