Hilfe:Quelltext: Unterschied zwischen den Versionen

Aus Das Sopra Wiki
Die Seite wurde neu angelegt: <codesyntax lang="c#"> string url = "<a href=\"" + someObj.getUrl() + "\" target=\"_blank\"&gtl;"; // single line comments // second single line override protec...
 
K hat „Quelltext“ nach „Hilfe:Quelltext“ verschoben
(kein Unterschied)

Version vom 8. April 2009, 12:28 Uhr

<codesyntax lang="c#"> string url = "<a href=\"" + someObj.getUrl() + "\" target=\"_blank\"&gtl;"; // single line comments // second single line override protected void OnLoad(EventArgs e) {

   if(Attributes["class"] != null)  
   {  
       //_year.CssClass = Attributes["class"];  
   }  
   //  base.OnLoad(e);  

} </codesyntax>