Brato.UserInterface.WebUserInterfaceHelper.XtraReportsModelBinder.IsXtraReportRequest C# (CSharp) Méthode

IsXtraReportRequest() private méthode

private IsXtraReportRequest ( System.Web.Mvc.ModelBindingContext bindingContext ) : bool
bindingContext System.Web.Mvc.ModelBindingContext
Résultat bool
        private bool IsXtraReportRequest(ModelBindingContext bindingContext)
        {
            return bindingContext.ValueProvider.ContainsPrefix("DXCallbackName");
        }