Currently, I am developing a web-based application that is capable of generating documents containing specific data. A new functionality has been introduced in the document generator, allowing users to input an Atlassian Confluence link into a designated textbox. Upon saving, the content from this particular page will be incorporated into the generated document.
Issue 1: Unfortunately, I am unable to retrieve raw data from Atlassian Confluence's API due to the absence of CSS classes.
Issue 2: Furthermore, I am faced with a challenge where Bootstrap 3 is utilized in the document generator while Atlassian Confluence also employs some Bootstrap classes. This results in the stylesheet from Atlassian Confluence altering the appearance of elements on my page, making it impractical to create a new stylesheet for the Confluence content given time constraints and unique design requirements.
Query: Are there any potential solutions or workarounds within the capabilities of ASP.NET and Razor to address these issues effectively?