Mark McDonald
Mark McDonald
AddIISUrlRewrite - Condition must have an associated match / .NET Framework URL Rewrite equivalence.
# Issue description I'm migrating a small web app, in particular trying to migrate the existing URL Rewrite rules. It isn't clear if the dotnet 6 .AddIISUrlRewrite should have directly...
Have managed to get this project set up so I can run the front-end. Is there a login for the CMS though so I can see how it all looks...
Currently, HTMLFormElement.checkValidity() will report false even though the JQuery validate methods validate the form in cases where there are required conditional fields. https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement Constraint validation still validates fields even when...
**Describe the bug** Page sometimes do not end up fully published on import. **To Reproduce** We have quite a lot of content nodes (10k) that when we move them between...
13/umbraco-cms/reference/querying/imembermanager.md When referring to IIdKeyMap the code examples seem to be wrong. The actual interface is as below and requires umbracoObjectType. public interface IIdKeyMap { Attempt GetIdForKey(Guid key, UmbracoObjectTypes umbracoObjectType);...