私は次のようなhtmlファイルを持っています:
<html>
<head>
<css files>
<js files>
// maybe other things in header
</head>
<body>
// body contents ..
</body>
</html>
今、ヘッダーの内容を取得したい:
<css files>
<js files>
// maybe other things in header
このセクションを取得するには?
何かのようなもの :
string header = HTMLFile.header;