CourtesyFlush
CourtesyFlush copied to clipboard
The source for my CourtesyFlush NuGet package.
Is there a way to invoke additional flushes with other site sections somehow? Usecase: I'd like to flush a large menu once its model is ready so users can have...
Using `TagBuilder` in this section of code https://github.com/nikmd23/CourtesyFlush/blob/master/source/CourtesyFlush/HtmlHelperExtension.cs#L36 renders the following invalid HTML: `` The `input` element is an empty element. For more info: https://developer.mozilla.org/en-US/docs/Glossary/empty_element
I want to implement Flush in my whole project. But as I am working on nopCommerce based web application I am little bit confused How can I implement it because...
Nik, First of all great work! I wanted to write something like you did but stumbled on your code and was pretty impressed! I have been having an issue though...
The `[BypassFlushHead]` attribute will allow users to set up flushing globally, and opt-out of some actions.