Create Custom action
Custom action as link to Settings.aspx to our custom Application page
- Add Module element in Visual Studio
- Remove Sample.txt
- Make sure Module is present in correct feature
- Modify Elements.xml as following
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="https://schemas.microsoft.com/sharepoint/">
<CustomAction
GroupId="SiteCollectionAdmin"
Location="Microsoft.SharePoint.SiteSettings"
Title="Your link Display Text"
Sequence="10001">
<UrlAction Url="_layouts/15/YourPathToApplicationPage.aspx"/>
</CustomAction>
</Elements>