arichika / RotativaCore

for ASP.NET Core on Azure Web Apps (by Windows). Support .NETStandard 2.0
https://www.nuget.org/packages/RotativaCore/
MIT License
14 stars 6 forks source link

relative style link doesn't work #12

Closed DealerCorp closed 4 years ago

DealerCorp commented 4 years ago

absolute link works. say, <link rel="stylesheet" href="~/css/site.css" /> doesn't work

<link rel="stylesheet" href="localhost:1234/css/site.css" /> works

the relative link works w/rotative on .net 4.7