Daniel Valadas
Daniel Valadas
I think you can only do that with images, you probably need to put the video on youtube or something and link it here...
I don't know that this needs to be part of DNNDocs, basically the best way to handle this is to submit documentation PRs to DnnPlatform to document those undocumented methods....
>I need to learn how to do this Oh it is pretty simple, let's take a sample: https://github.com/valadas/Dnn.Platform/blob/develop/DNN%20Platform/DotNetNuke.Web/Api/Auth/BasicAuthMessageHandler.cs This shows up in DNNDocs automagically here https://docs.dnncommunity.org/api/DotNetNuke.Web.Api.Auth.AuthMessageHandlerBase.html It is driven by...
Oh and if a class inherits from another one, it's nice to document the parent class (or interface) first and then do a `` on the inherited members if the...
VisualStudio will also help you along the way with a dropdown of the valid XML elements for docs, a popular one I use often is `Exception` to document what possible...
Actually, this is in Microsoft.Extensions.DependencyInjection.Extensions Would still be nice to show an example usage though as DNN does not have all of its interfaces registered.
I am not sure if this is a DNN issue or not. If jQuery just does it, it is out of our purfiew. JQuery is not required in DNN for...
From what I can see, it looks like a Microsoft.ajas issue and you already opened an issue there too https://github.com/MicrosoftDocs/feedback/issues/3975
Searching the codebase here, I found this: https://github.com/dnnsoftware/Dnn.Platform/blob/463b867bcdd850aa9bb6a581f6d8b4da59b7f648/DNN%20Platform/Website/js/Debug/MicrosoftAjaxWebForms.js#L1181 which may or may not be related
Well, the link above is in DNN, I don't know off-the-cuff if it is the only instance, but it would be a start... I am not sure the error is...