Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 26, 2024 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/a3f36bf6267364733cc7600562fda532 to your computer and use it in GitHub Desktop.
Save trnktms/a3f36bf6267364733cc7600562fda532 to your computer and use it in GitHub Desktop.
public interface IComponentResolver
{
int Order { get; }
IPublishedContent ResolveContent(IPublishedContent content);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment