stringa statica pubblica FormatLink (URL della stringa, testo della stringa, obiettivo della stringa) {
baseURL della stringa = ConfigurationManager.AppSettings [“BaseURL„];
stringa che targetString = ("" del target==)? "": “„ \ "" "" \ del target= +target+;
"" + testo + "" di ritorno;
}
stringa statica pubblica FormatFormRespLink (repID di int) {
stringa URL = “risposta/Acceptance.aspx? report=„ + repID;
mettere insieme il testo = “accettano o riassegnano„;
mettere insieme il target= " _top ";
restituire FormatLink (URL, testo, obiettivo);
}
|