コード例 #1
0
 protected string GetErrorMessage(string documentType)
 {
     return(ViewLocatorExtensions.GetErrorMessage_CannotResolveViewType(documentType));
 }
コード例 #2
0
 protected virtual object CreateFallbackView(string documentType)
 {
     return(ViewLocatorExtensions.CreateFallbackView(GetErrorMessage(documentType)));
 }