From b5e545c55de4f8279ec9266a895db89acfda5c9f Mon Sep 17 00:00:00 2001 From: Lucas Moraes Date: Mon, 29 Apr 2024 22:51:32 -0300 Subject: [PATCH] chore: change obsolete message WkhtmltopdfPath --- Rotativa.AspNetCore/AsPdfResultBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rotativa.AspNetCore/AsPdfResultBase.cs b/Rotativa.AspNetCore/AsPdfResultBase.cs index 4c6d3a1..c393fca 100644 --- a/Rotativa.AspNetCore/AsPdfResultBase.cs +++ b/Rotativa.AspNetCore/AsPdfResultBase.cs @@ -55,7 +55,7 @@ protected override string GetContentType() /// /// Path to wkhtmltopdf binary. /// - [Obsolete("Use WkhtmlPath instead of CookieName.", false)] + [Obsolete("Use WkhtmlPath instead of WkhtmltopdfPath.", false)] public string WkhtmltopdfPath { get