Esempio n. 1
0
 /// <summary>
 /// Gets the unique id of the SpaContentPlaceHolder that should be loaded.
 /// </summary>
 public string GetSpaContentPlaceHolderUniqueId()
 {
     return(DotvvmPresenter.DetermineSpaContentPlaceHolderUniqueId(OwinContext));
 }
 /// <summary>
 /// Gets the unique id of the SpaContentPlaceHolder that should be loaded.
 /// </summary>
 public static string GetSpaContentPlaceHolderUniqueId(this IDotvvmRequestContext context)
 {
     return(DotvvmPresenter.DetermineSpaContentPlaceHolderUniqueId(context.HttpContext));
 }